Html Css Color HEX #927EEF Light Slate Blue

📋 copy color: '#927EEF'

red 146 ◦ green 126 ◦ blue 239

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

Shades of Light Slate Blue #927EEF

Tints of Light Slate Blue #927EEF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.66%

 BLUE value IS 239 (93.75% from 255) = 46.77%

R = 28.57%
G = 24.66%
B = 46.77%

CMYK

 C value IS 0.39

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#927EEF (or 0x927EEF) is known color: Light Slate Blue. HEX triplet: 92, 7E and EF. RGB value is (146,126,239). Sum of RGB (Red+Green+Blue) = 146+126+239=511 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.57% from 511); Green value is 126 (49.61% from 255 or 24.66% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 239 - color contains mainly: blue. Hex color #927EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #927EEF is #6D8110. Grayscale: #909090. Windows color (decimal): -7176465 or 15695506. OLE color: 15695506.

HSL color Cylindrical-coordinate representation of color #927EEF: hue angle of 250.62º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #927EEF is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 146 126 239 -
CMYK 0.39 0.47 0 0.06
HSL 250.62º 0.78% 0.72% -
HSV(B) 250.62º 0.47% 0.94% -
XYZ 34.89 27.26 85.08 -
YUV 144.86 181.13 128.81 -
System Red Green Blue C M Y K H S L
Decimal 146 126 239 0.39 0.47 0 0.06 250.62 0.78 0.72
Hex 92 7E EF 27 2F 0 6 FB 4E 48
Octal 222 176 357 47 57 0 6 373 116 110
Binary 10010010 1111110 11101111 100111 101111 0 110 11111011 1001110 1001000

Color Harmonies of #927EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927EEF

Black with #927EEF

Text Example


Text Example

White with #927EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,126,239); }

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

background-color css

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

 a { background-color: rgb(146,126,239); }

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

border-color css

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

 span { border-color: rgb(146,126,239); }

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