Html Css Color HEX #908EFC Light Slate Blue

📋 copy color: '#908EFC'

red 144 ◦ green 142 ◦ blue 252

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

Shades of Light Slate Blue #908EFC

Tints of Light Slate Blue #908EFC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.39%

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

R = 26.77%
G = 26.39%
B = 46.84%

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

#908EFC (or 0x908EFC) is known color: Light Slate Blue. HEX triplet: 90, 8E and FC. RGB value is (144,142,252). Sum of RGB (Red+Green+Blue) = 144+142+252=538 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.77% from 538); Green value is 142 (55.86% from 255 or 26.39% from 538); Blue value is 252 (98.83% from 255 or 46.84% from 538); Max value from RGB is 252 - color contains mainly: blue. Hex color #908EFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908EFC is #6F7103. Grayscale: #9A9A9A. Windows color (decimal): -7303428 or 16551568. OLE color: 16551568.

HSL color Cylindrical-coordinate representation of color #908EFC: hue angle of 241.09º 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 #908EFC is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 144 142 252 -
CMYK 0.43 0.44 0 0.01
HSL 241.09º 0.95% 0.77% -
HSV(B) 241.09º 0.44% 0.99% -
XYZ 38.75 32.3 96.29 -
YUV 155.14 182.66 120.06 -
System Red Green Blue C M Y K H S L
Decimal 144 142 252 0.43 0.44 0 0.01 241.09 0.95 0.77
Hex 90 8E FC 2B 2C 0 1 F1 5F 4D
Octal 220 216 374 53 54 0 1 361 137 115
Binary 10010000 10001110 11111100 101011 101100 0 1 11110001 1011111 1001101

Color Harmonies of #908EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908EFC

Black with #908EFC

Text Example


Text Example

White with #908EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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