Html Css Color HEX #968CFB Light Slate Blue

📋 copy color: '#968CFB'

red 150 ◦ green 140 ◦ blue 251

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

Shades of Light Slate Blue #968CFB

Tints of Light Slate Blue #968CFB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.88%

 BLUE value IS 251 (98.44% from 255) = 46.4%

R = 27.73%
G = 25.88%
B = 46.4%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#968CFB (or 0x968CFB) is known color: Light Slate Blue. HEX triplet: 96, 8C and FB. RGB value is (150,140,251). Sum of RGB (Red+Green+Blue) = 150+140+251=541 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.73% from 541); Green value is 140 (55.08% from 255 or 25.88% from 541); Blue value is 251 (98.44% from 255 or 46.40% from 541); Max value from RGB is 251 - color contains mainly: blue. Hex color #968CFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968CFB is #697304. Grayscale: #9B9B9B. Windows color (decimal): -6910725 or 16485526. OLE color: 16485526.

HSL color Cylindrical-coordinate representation of color #968CFB: hue angle of 245.41º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #968CFB is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 140 251 -
CMYK 0.40 0.44 0 0.02
HSL 245.41º 0.93% 0.77% -
HSV(B) 245.41º 0.44% 0.98% -
XYZ 39.37 32.21 95.41 -
YUV 155.64 181.81 123.97 -
System Red Green Blue C M Y K H S L
Decimal 150 140 251 0.40 0.44 0 0.02 245.41 0.93 0.77
Hex 96 8C FB 28 2C 0 2 F5 5D 4D
Octal 226 214 373 50 54 0 2 365 135 115
Binary 10010110 10001100 11111011 101000 101100 0 10 11110101 1011101 1001101

Color Harmonies of #968CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968CFB

Black with #968CFB

Text Example


Text Example

White with #968CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,140,251); }

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

background-color css

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

 a { background-color: rgb(150,140,251); }

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

border-color css

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

 span { border-color: rgb(150,140,251); }

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