Html Css Color HEX #927DEE Light Slate Blue

📋 copy color: '#927DEE'

red 146 ◦ green 125 ◦ blue 238

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

Shades of Light Slate Blue #927DEE

Tints of Light Slate Blue #927DEE

RGB

 RED value IS 146 (57.42% from 255) = 28.68%

 GREEN value IS 125 (49.22% from 255) = 24.56%

 BLUE value IS 238 (93.36% from 255) = 46.76%

R = 28.68%
G = 24.56%
B = 46.76%

CMYK

 C value IS 0.39

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#927DEE (or 0x927DEE) is known color: Light Slate Blue. HEX triplet: 92, 7D and EE. RGB value is (146,125,238). Sum of RGB (Red+Green+Blue) = 146+125+238=509 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.68% from 509); Green value is 125 (49.22% from 255 or 24.56% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 238 - color contains mainly: blue. Hex color #927DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #927DEE is #6D8211. Grayscale: #8F8F8F. Windows color (decimal): -7176722 or 15629714. OLE color: 15629714.

HSL color Cylindrical-coordinate representation of color #927DEE: hue angle of 251.15º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #927DEE is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 146 125 238 -
CMYK 0.39 0.47 0 0.07
HSL 251.15º 0.77% 0.71% -
HSV(B) 251.15º 0.47% 0.93% -
XYZ 34.62 26.95 84.27 -
YUV 144.16 180.96 129.31 -
System Red Green Blue C M Y K H S L
Decimal 146 125 238 0.39 0.47 0 0.07 251.15 0.77 0.71
Hex 92 7D EE 27 2F 0 7 FB 4D 47
Octal 222 175 356 47 57 0 7 373 115 107
Binary 10010010 1111101 11101110 100111 101111 0 111 11111011 1001101 1000111

Color Harmonies of #927DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927DEE

Black with #927DEE

Text Example


Text Example

White with #927DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #927DEE; }

 p { color: rgb(146,125,238); }

 H1.HeaderClassName
 {
   color: #927DEE;
 }
 .AnyTagClassName
 {
   color: #927DEE;
 }
</style>

background-color css

<style>
 a { background-color: #927DEE; }

 a { background-color: rgb(146,125,238); }

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

border-color css

<style>
 span { border-color: #927DEE; }

 span { border-color: rgb(146,125,238); }

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