Html Css Color HEX #968FFE Light Slate Blue

📋 copy color: '#968FFE'

red 150 ◦ green 143 ◦ blue 254

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

Shades of Light Slate Blue #968FFE

Tints of Light Slate Blue #968FFE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.14%

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

R = 27.42%
G = 26.14%
B = 46.44%

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

#968FFE (or 0x968FFE) is known color: Light Slate Blue. HEX triplet: 96, 8F and FE. RGB value is (150,143,254). Sum of RGB (Red+Green+Blue) = 150+143+254=547 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.42% from 547); Green value is 143 (56.25% from 255 or 26.14% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #968FFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968FFE is #697001. Grayscale: #9D9D9D. Windows color (decimal): -6909954 or 16682902. OLE color: 16682902.

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

Color convert

RGB 150 143 254 -
CMYK 0.41 0.44 0 0.00
HSL 243.78º 0.98% 0.78% -
HSV(B) 243.78º 0.44% 1% -
XYZ 40.29 33.28 98.07 -
YUV 157.75 182.32 122.47 -
System Red Green Blue C M Y K H S L
Decimal 150 143 254 0.41 0.44 0 0.00 243.78 0.98 0.78
Hex 96 8F FE 29 2C 0 0 F4 62 4E
Octal 226 217 376 51 54 0 0 364 142 116
Binary 10010110 10001111 11111110 101001 101100 0 0 11110100 1100010 1001110

Color Harmonies of #968FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968FFE

Black with #968FFE

Text Example


Text Example

White with #968FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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