Html Css Color HEX #958AED Light Slate Blue

📋 copy color: '#958AED'

red 149 ◦ green 138 ◦ blue 237

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

Shades of Light Slate Blue #958AED

Tints of Light Slate Blue #958AED

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.34%

 BLUE value IS 237 (92.97% from 255) = 45.23%

R = 28.44%
G = 26.34%
B = 45.23%

CMYK

 C value IS 0.37

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#958AED (or 0x958AED) is known color: Light Slate Blue. HEX triplet: 95, 8A and ED. RGB value is (149,138,237). Sum of RGB (Red+Green+Blue) = 149+138+237=524 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.44% from 524); Green value is 138 (54.30% from 255 or 26.34% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #958AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #958AED is #6A7512. Grayscale: #989898. Windows color (decimal): -6976787 or 15567509. OLE color: 15567509.

HSL color Cylindrical-coordinate representation of color #958AED: hue angle of 246.67º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #958AED is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 138 237 -
CMYK 0.37 0.42 0 0.07
HSL 246.67º 0.73% 0.74% -
HSV(B) 246.67º 0.42% 0.93% -
XYZ 36.77 30.68 84.1 -
YUV 152.58 175.64 125.45 -
System Red Green Blue C M Y K H S L
Decimal 149 138 237 0.37 0.42 0 0.07 246.67 0.73 0.74
Hex 95 8A ED 25 2A 0 7 F7 49 4A
Octal 225 212 355 45 52 0 7 367 111 112
Binary 10010101 10001010 11101101 100101 101010 0 111 11110111 1001001 1001010

Color Harmonies of #958AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958AED

Black with #958AED

Text Example


Text Example

White with #958AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,138,237); }

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

background-color css

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

 a { background-color: rgb(149,138,237); }

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

border-color css

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

 span { border-color: rgb(149,138,237); }

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