Html Css Color HEX #968EFE Light Slate Blue

📋 copy color: '#968EFE'

red 150 ◦ green 142 ◦ blue 254

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

Shades of Light Slate Blue #968EFE

Tints of Light Slate Blue #968EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.52%

R = 27.47%
G = 26.01%
B = 46.52%

CMYK

 C value IS 0.41

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#968EFE (or 0x968EFE) is known color: Light Slate Blue. HEX triplet: 96, 8E and FE. RGB value is (150,142,254). Sum of RGB (Red+Green+Blue) = 150+142+254=546 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.47% from 546); Green value is 142 (55.86% from 255 or 26.01% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #968EFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968EFE is #697101. Grayscale: #9C9C9C. Windows color (decimal): -6910210 or 16682646. OLE color: 16682646.

HSL color Cylindrical-coordinate representation of color #968EFE: hue angle of 244.29º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #968EFE is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 150 142 254 -
CMYK 0.41 0.44 0 0.00
HSL 244.29º 0.98% 0.78% -
HSV(B) 244.29º 0.44% 1% -
XYZ 40.14 32.99 98.02 -
YUV 157.16 182.65 122.89 -
System Red Green Blue C M Y K H S L
Decimal 150 142 254 0.41 0.44 0 0.00 244.29 0.98 0.78
Hex 96 8E FE 29 2C 0 0 F4 62 4E
Octal 226 216 376 51 54 0 0 364 142 116
Binary 10010110 10001110 11111110 101001 101100 0 0 11110100 1100010 1001110

Color Harmonies of #968EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968EFE

Black with #968EFE

Text Example


Text Example

White with #968EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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