Html Css Color HEX #908CFC Light Slate Blue

📋 copy color: '#908CFC'

red 144 ◦ green 140 ◦ blue 252

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

Shades of Light Slate Blue #908CFC

Tints of Light Slate Blue #908CFC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.12%

 BLUE value IS 252 (98.83% from 255) = 47.01%

R = 26.87%
G = 26.12%
B = 47.01%

CMYK

 C value IS 0.43

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#908CFC (or 0x908CFC) is known color: Light Slate Blue. HEX triplet: 90, 8C and FC. RGB value is (144,140,252). Sum of RGB (Red+Green+Blue) = 144+140+252=536 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.87% from 536); Green value is 140 (55.08% from 255 or 26.12% from 536); Blue value is 252 (98.83% from 255 or 47.01% from 536); Max value from RGB is 252 - color contains mainly: blue. Hex color #908CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908CFC is #6F7303. Grayscale: #999999. Windows color (decimal): -7303940 or 16551056. OLE color: 16551056.

HSL color Cylindrical-coordinate representation of color #908CFC: hue angle of 242.14º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #908CFC is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 144 140 252 -
CMYK 0.43 0.44 0 0.01
HSL 242.14º 0.95% 0.77% -
HSV(B) 242.14º 0.44% 0.99% -
XYZ 38.45 31.71 96.19 -
YUV 153.96 183.33 120.89 -
System Red Green Blue C M Y K H S L
Decimal 144 140 252 0.43 0.44 0 0.01 242.14 0.95 0.77
Hex 90 8C FC 2B 2C 0 1 F2 5F 4D
Octal 220 214 374 53 54 0 1 362 137 115
Binary 10010000 10001100 11111100 101011 101100 0 1 11110010 1011111 1001101

Color Harmonies of #908CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908CFC

Black with #908CFC

Text Example


Text Example

White with #908CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908CFC; }

 p { color: rgb(144,140,252); }

 H1.HeaderClassName
 {
   color: #908CFC;
 }
 .AnyTagClassName
 {
   color: #908CFC;
 }
</style>

background-color css

<style>
 a { background-color: #908CFC; }

 a { background-color: rgb(144,140,252); }

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

border-color css

<style>
 span { border-color: #908CFC; }

 span { border-color: rgb(144,140,252); }

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