Html Css Color HEX #9255FF Light Slate Blue

📋 copy color: '#9255FF'

red 146 ◦ green 85 ◦ blue 255

#9255FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #9255FF

Tints of Light Slate Blue #9255FF

RGB

 RED value IS 146 (57.42% from 255) = 30.04%

 GREEN value IS 85 (33.59% from 255) = 17.49%

 BLUE value IS 255 (100% from 255) = 52.47%

R = 30.04%
G = 17.49%
B = 52.47%

CMYK

 C value IS 0.43

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9255FF (or 0x9255FF) is known color: Light Slate Blue. HEX triplet: 92, 55 and FF. RGB value is (146,85,255). Sum of RGB (Red+Green+Blue) = 146+85+255=486 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.04% from 486); Green value is 85 (33.59% from 255 or 17.49% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #9255FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9255FF is #6DAA00. Grayscale: #797979. Windows color (decimal): -7186945 or 16733586. OLE color: 16733586.

HSL color Cylindrical-coordinate representation of color #9255FF: hue angle of 261.53º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9255FF is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 146 85 255 -
CMYK 0.43 0.67 0 0
HSL 261.53º 1% 0.67% -
HSV(B) 261.53º 0.67% 1% -
XYZ 33.15 19.83 96.69 -
YUV 122.62 202.71 144.68 -
System Red Green Blue C M Y K H S L
Decimal 146 85 255 0.43 0.67 0 0 261.53 1 0.67
Hex 92 55 FF 2B 43 0 0 106 64 43
Octal 222 125 377 53 103 0 0 406 144 103
Binary 10010010 1010101 11111111 101011 1000011 0 0 100000110 1100100 1000011

Color Harmonies of #9255FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9255FF

Black with #9255FF

Text Example


Text Example

White with #9255FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9255FF; }

 p { color: rgb(146,85,255); }

 H1.HeaderClassName
 {
   color: #9255FF;
 }
 .AnyTagClassName
 {
   color: #9255FF;
 }
</style>

background-color css

<style>
 a { background-color: #9255FF; }

 a { background-color: rgb(146,85,255); }

 div.DivClassName
 {
   background-color: #9255FF;
 }
 .BgClassName
 {
   background-color: #9255FF;
 }
</style>

border-color css

<style>
 span { border-color: #9255FF; }

 span { border-color: rgb(146,85,255); }

 td.TdClassName
 {
   border-color: #9255FF;
 }
 .TagClassName
 {
   border-color: #9255FF;
 }
</style>