Html Css Color HEX #968FF8 Light Slate Blue

📋 copy color: '#968FF8'

red 150 ◦ green 143 ◦ blue 248

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

Shades of Light Slate Blue #968FF8

Tints of Light Slate Blue #968FF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 45.84%

R = 27.73%
G = 26.43%
B = 45.84%

CMYK

 C value IS 0.40

 M value IS 0.42

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#968FF8 (or 0x968FF8) is known color: Light Slate Blue. HEX triplet: 96, 8F and F8. RGB value is (150,143,248). Sum of RGB (Red+Green+Blue) = 150+143+248=541 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.73% from 541); Green value is 143 (56.25% from 255 or 26.43% from 541); Blue value is 248 (97.27% from 255 or 45.84% from 541); Max value from RGB is 248 - color contains mainly: blue. Hex color #968FF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968FF8 is #697007. Grayscale: #9C9C9C. Windows color (decimal): -6909960 or 16289686. OLE color: 16289686.

HSL color Cylindrical-coordinate representation of color #968FF8: hue angle of 244º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #968FF8 is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 150 143 248 -
CMYK 0.40 0.42 0 0.03
HSL 244º 0.88% 0.77% -
HSV(B) 244º 0.42% 0.97% -
XYZ 39.34 32.91 93.08 -
YUV 157.06 179.32 122.96 -
System Red Green Blue C M Y K H S L
Decimal 150 143 248 0.40 0.42 0 0.03 244 0.88 0.77
Hex 96 8F F8 28 2A 0 3 F4 58 4D
Octal 226 217 370 50 52 0 3 364 130 115
Binary 10010110 10001111 11111000 101000 101010 0 11 11110100 1011000 1001101

Color Harmonies of #968FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968FF8

Black with #968FF8

Text Example


Text Example

White with #968FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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