Html Css Color HEX #926EFD Light Slate Blue

📋 copy color: '#926EFD'

red 146 ◦ green 110 ◦ blue 253

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

Shades of Light Slate Blue #926EFD

Tints of Light Slate Blue #926EFD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.61%

 BLUE value IS 253 (99.22% from 255) = 49.71%

R = 28.68%
G = 21.61%
B = 49.71%

CMYK

 C value IS 0.42

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#926EFD (or 0x926EFD) is known color: Light Slate Blue. HEX triplet: 92, 6E and FD. RGB value is (146,110,253). Sum of RGB (Red+Green+Blue) = 146+110+253=509 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.68% from 509); Green value is 110 (43.36% from 255 or 21.61% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #926EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #926EFD is #6D9102. Grayscale: #888888. Windows color (decimal): -7180547 or 16608914. OLE color: 16608914.

HSL color Cylindrical-coordinate representation of color #926EFD: hue angle of 255.1º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #926EFD is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 146 110 253 -
CMYK 0.42 0.57 0 0.01
HSL 255.1º 0.97% 0.71% -
HSV(B) 255.1º 0.57% 0.99% -
XYZ 35.16 24.35 95.78 -
YUV 137.07 193.43 134.37 -
System Red Green Blue C M Y K H S L
Decimal 146 110 253 0.42 0.57 0 0.01 255.1 0.97 0.71
Hex 92 6E FD 2A 39 0 1 FF 61 47
Octal 222 156 375 52 71 0 1 377 141 107
Binary 10010010 1101110 11111101 101010 111001 0 1 11111111 1100001 1000111

Color Harmonies of #926EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926EFD

Black with #926EFD

Text Example


Text Example

White with #926EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926EFD; }

 p { color: rgb(146,110,253); }

 H1.HeaderClassName
 {
   color: #926EFD;
 }
 .AnyTagClassName
 {
   color: #926EFD;
 }
</style>

background-color css

<style>
 a { background-color: #926EFD; }

 a { background-color: rgb(146,110,253); }

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

border-color css

<style>
 span { border-color: #926EFD; }

 span { border-color: rgb(146,110,253); }

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