Html Css Color HEX #968BFF Light Slate Blue

📋 copy color: '#968BFF'

red 150 ◦ green 139 ◦ blue 255

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

Shades of Light Slate Blue #968BFF

Tints of Light Slate Blue #968BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.88%

R = 27.57%
G = 25.55%
B = 46.88%

CMYK

 C value IS 0.41

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#968BFF (or 0x968BFF) is known color: Light Slate Blue. HEX triplet: 96, 8B and FF. RGB value is (150,139,255). Sum of RGB (Red+Green+Blue) = 150+139+255=544 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.57% from 544); Green value is 139 (54.69% from 255 or 25.55% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #968BFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968BFF is #697400. Grayscale: #9B9B9B. Windows color (decimal): -6910977 or 16747414. OLE color: 16747414.

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

Color convert

RGB 150 139 255 -
CMYK 0.41 0.45 0 0
HSL 245.69º 1% 0.77% -
HSV(B) 245.69º 0.45% 1% -
XYZ 39.86 32.17 98.72 -
YUV 155.51 184.14 124.07 -
System Red Green Blue C M Y K H S L
Decimal 150 139 255 0.41 0.45 0 0 245.69 1 0.77
Hex 96 8B FF 29 2D 0 0 F6 64 4D
Octal 226 213 377 51 55 0 0 366 144 115
Binary 10010110 10001011 11111111 101001 101101 0 0 11110110 1100100 1001101

Color Harmonies of #968BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968BFF

Black with #968BFF

Text Example


Text Example

White with #968BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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