Html Css Color HEX #9279EF Light Slate Blue

📋 copy color: '#9279EF'

red 146 ◦ green 121 ◦ blue 239

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

Shades of Light Slate Blue #9279EF

Tints of Light Slate Blue #9279EF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.91%

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

R = 28.85%
G = 23.91%
B = 47.23%

CMYK

 C value IS 0.39

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9279EF (or 0x9279EF) is known color: Light Slate Blue. HEX triplet: 92, 79 and EF. RGB value is (146,121,239). Sum of RGB (Red+Green+Blue) = 146+121+239=506 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.85% from 506); Green value is 121 (47.66% from 255 or 23.91% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #9279EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9279EF is #6D8610. Grayscale: #8D8D8D. Windows color (decimal): -7177745 or 15694226. OLE color: 15694226.

HSL color Cylindrical-coordinate representation of color #9279EF: hue angle of 252.71º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9279EF is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 146 121 239 -
CMYK 0.39 0.49 0 0.06
HSL 252.71º 0.79% 0.71% -
HSV(B) 252.71º 0.49% 0.94% -
XYZ 34.27 26.02 84.88 -
YUV 141.93 182.78 130.91 -
System Red Green Blue C M Y K H S L
Decimal 146 121 239 0.39 0.49 0 0.06 252.71 0.79 0.71
Hex 92 79 EF 27 31 0 6 FD 4F 47
Octal 222 171 357 47 61 0 6 375 117 107
Binary 10010010 1111001 11101111 100111 110001 0 110 11111101 1001111 1000111

Color Harmonies of #9279EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9279EF

Black with #9279EF

Text Example


Text Example

White with #9279EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9279EF; }

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

 H1.HeaderClassName
 {
   color: #9279EF;
 }
 .AnyTagClassName
 {
   color: #9279EF;
 }
</style>

background-color css

<style>
 a { background-color: #9279EF; }

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

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

border-color css

<style>
 span { border-color: #9279EF; }

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

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