Html Css Color HEX #906FF8 Light Slate Blue

📋 copy color: '#906FF8'

red 144 ◦ green 111 ◦ blue 248

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

Shades of Light Slate Blue #906FF8

Tints of Light Slate Blue #906FF8

RGB

 RED value IS 144 (56.64% from 255) = 28.63%

 GREEN value IS 111 (43.75% from 255) = 22.07%

 BLUE value IS 248 (97.27% from 255) = 49.3%

R = 28.63%
G = 22.07%
B = 49.3%

CMYK

 C value IS 0.42

 M value IS 0.55

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#906FF8 (or 0x906FF8) is known color: Light Slate Blue. HEX triplet: 90, 6F and F8. RGB value is (144,111,248). Sum of RGB (Red+Green+Blue) = 144+111+248=503 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.63% from 503); Green value is 111 (43.75% from 255 or 22.07% from 503); Blue value is 248 (97.27% from 255 or 49.30% from 503); Max value from RGB is 248 - color contains mainly: blue. Hex color #906FF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #906FF8 is #6F9007. Grayscale: #878787. Windows color (decimal): -7311368 or 16281488. OLE color: 16281488.

HSL color Cylindrical-coordinate representation of color #906FF8: hue angle of 254.45º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #906FF8 is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 144 111 248 -
CMYK 0.42 0.55 0 0.03
HSL 254.45º 0.91% 0.7% -
HSV(B) 254.45º 0.55% 0.97% -
XYZ 34.13 24.08 91.66 -
YUV 136.49 190.93 133.36 -
System Red Green Blue C M Y K H S L
Decimal 144 111 248 0.42 0.55 0 0.03 254.45 0.91 0.7
Hex 90 6F F8 2A 37 0 3 FE 5B 46
Octal 220 157 370 52 67 0 3 376 133 106
Binary 10010000 1101111 11111000 101010 110111 0 11 11111110 1011011 1000110

Color Harmonies of #906FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906FF8

Black with #906FF8

Text Example


Text Example

White with #906FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906FF8; }

 p { color: rgb(144,111,248); }

 H1.HeaderClassName
 {
   color: #906FF8;
 }
 .AnyTagClassName
 {
   color: #906FF8;
 }
</style>

background-color css

<style>
 a { background-color: #906FF8; }

 a { background-color: rgb(144,111,248); }

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

border-color css

<style>
 span { border-color: #906FF8; }

 span { border-color: rgb(144,111,248); }

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