Html Css Color HEX #968BFE Light Slate Blue

📋 copy color: '#968BFE'

red 150 ◦ green 139 ◦ blue 254

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

Shades of Light Slate Blue #968BFE

Tints of Light Slate Blue #968BFE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.6%

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

R = 27.62%
G = 25.6%
B = 46.78%

CMYK

 C value IS 0.41

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#968BFE (or 0x968BFE) is known color: Light Slate Blue. HEX triplet: 96, 8B and FE. RGB value is (150,139,254). Sum of RGB (Red+Green+Blue) = 150+139+254=543 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.62% from 543); Green value is 139 (54.69% from 255 or 25.60% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #968BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968BFE is #697401. Grayscale: #9A9A9A. Windows color (decimal): -6910978 or 16681878. OLE color: 16681878.

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

Color convert

RGB 150 139 254 -
CMYK 0.41 0.45 0 0.00
HSL 245.74º 0.98% 0.77% -
HSV(B) 245.74º 0.45% 1% -
XYZ 39.7 32.11 97.87 -
YUV 155.4 183.64 124.15 -
System Red Green Blue C M Y K H S L
Decimal 150 139 254 0.41 0.45 0 0.00 245.74 0.98 0.77
Hex 96 8B FE 29 2D 0 0 F6 62 4D
Octal 226 213 376 51 55 0 0 366 142 115
Binary 10010110 10001011 11111110 101001 101101 0 0 11110110 1100010 1001101

Color Harmonies of #968BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968BFE

Black with #968BFE

Text Example


Text Example

White with #968BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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