Html Css Color HEX #958BFC Light Slate Blue

📋 copy color: '#958BFC'

red 149 ◦ green 139 ◦ blue 252

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

Shades of Light Slate Blue #958BFC

Tints of Light Slate Blue #958BFC

RGB

 RED value IS 149 (58.59% from 255) = 27.59%

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

 BLUE value IS 252 (98.83% from 255) = 46.67%

R = 27.59%
G = 25.74%
B = 46.67%

CMYK

 C value IS 0.41

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#958BFC (or 0x958BFC) is known color: Light Slate Blue. HEX triplet: 95, 8B and FC. RGB value is (149,139,252). Sum of RGB (Red+Green+Blue) = 149+139+252=540 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.59% from 540); Green value is 139 (54.69% from 255 or 25.74% from 540); Blue value is 252 (98.83% from 255 or 46.67% from 540); Max value from RGB is 252 - color contains mainly: blue. Hex color #958BFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #958BFC is #6A7403. Grayscale: #9A9A9A. Windows color (decimal): -6976516 or 16550805. OLE color: 16550805.

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

Color convert

RGB 149 139 252 -
CMYK 0.41 0.45 0 0.01
HSL 245.31º 0.95% 0.77% -
HSV(B) 245.31º 0.45% 0.99% -
XYZ 39.2 31.88 96.18 -
YUV 154.87 182.81 123.81 -
System Red Green Blue C M Y K H S L
Decimal 149 139 252 0.41 0.45 0 0.01 245.31 0.95 0.77
Hex 95 8B FC 29 2D 0 1 F5 5F 4D
Octal 225 213 374 51 55 0 1 365 137 115
Binary 10010101 10001011 11111100 101001 101101 0 1 11110101 1011111 1001101

Color Harmonies of #958BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958BFC

Black with #958BFC

Text Example


Text Example

White with #958BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958BFC; }

 p { color: rgb(149,139,252); }

 H1.HeaderClassName
 {
   color: #958BFC;
 }
 .AnyTagClassName
 {
   color: #958BFC;
 }
</style>

background-color css

<style>
 a { background-color: #958BFC; }

 a { background-color: rgb(149,139,252); }

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

border-color css

<style>
 span { border-color: #958BFC; }

 span { border-color: rgb(149,139,252); }

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