Html Css Color HEX #968EFC Light Slate Blue

📋 copy color: '#968EFC'

red 150 ◦ green 142 ◦ blue 252

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

Shades of Light Slate Blue #968EFC

Tints of Light Slate Blue #968EFC

RGB

 RED value IS 150 (58.98% from 255) = 27.57%

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

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

R = 27.57%
G = 26.1%
B = 46.32%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#968EFC (or 0x968EFC) is known color: Light Slate Blue. HEX triplet: 96, 8E and FC. RGB value is (150,142,252). Sum of RGB (Red+Green+Blue) = 150+142+252=544 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.57% from 544); Green value is 142 (55.86% from 255 or 26.10% from 544); Blue value is 252 (98.83% from 255 or 46.32% from 544); Max value from RGB is 252 - color contains mainly: blue. Hex color #968EFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968EFC is #697103. Grayscale: #9C9C9C. Windows color (decimal): -6910212 or 16551574. OLE color: 16551574.

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

Color convert

RGB 150 142 252 -
CMYK 0.40 0.44 0 0.01
HSL 244.36º 0.95% 0.77% -
HSV(B) 244.36º 0.44% 0.99% -
XYZ 39.82 32.86 96.34 -
YUV 156.93 181.65 123.06 -
System Red Green Blue C M Y K H S L
Decimal 150 142 252 0.40 0.44 0 0.01 244.36 0.95 0.77
Hex 96 8E FC 28 2C 0 1 F4 5F 4D
Octal 226 216 374 50 54 0 1 364 137 115
Binary 10010110 10001110 11111100 101000 101100 0 1 11110100 1011111 1001101

Color Harmonies of #968EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968EFC

Black with #968EFC

Text Example


Text Example

White with #968EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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