Html Css Color HEX #925EFB Light Slate Blue

📋 copy color: '#925EFB'

red 146 ◦ green 94 ◦ blue 251

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

Shades of Light Slate Blue #925EFB

Tints of Light Slate Blue #925EFB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.14%

 BLUE value IS 251 (98.44% from 255) = 51.12%

R = 29.74%
G = 19.14%
B = 51.12%

CMYK

 C value IS 0.42

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#925EFB (or 0x925EFB) is known color: Light Slate Blue. HEX triplet: 92, 5E and FB. RGB value is (146,94,251). Sum of RGB (Red+Green+Blue) = 146+94+251=491 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.74% from 491); Green value is 94 (37.11% from 255 or 19.14% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #925EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #925EFB is #6DA104. Grayscale: #7E7E7E. Windows color (decimal): -7184645 or 16473746. OLE color: 16473746.

HSL color Cylindrical-coordinate representation of color #925EFB: hue angle of 259.87º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #925EFB is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 146 94 251 -
CMYK 0.42 0.63 0 0.02
HSL 259.87º 0.95% 0.68% -
HSV(B) 259.87º 0.63% 0.98% -
XYZ 33.27 21.08 93.58 -
YUV 127.45 197.73 141.23 -
System Red Green Blue C M Y K H S L
Decimal 146 94 251 0.42 0.63 0 0.02 259.87 0.95 0.68
Hex 92 5E FB 2A 3F 0 2 104 5F 44
Octal 222 136 373 52 77 0 2 404 137 104
Binary 10010010 1011110 11111011 101010 111111 0 10 100000100 1011111 1000100

Color Harmonies of #925EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925EFB

Black with #925EFB

Text Example


Text Example

White with #925EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925EFB; }

 p { color: rgb(146,94,251); }

 H1.HeaderClassName
 {
   color: #925EFB;
 }
 .AnyTagClassName
 {
   color: #925EFB;
 }
</style>

background-color css

<style>
 a { background-color: #925EFB; }

 a { background-color: rgb(146,94,251); }

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

border-color css

<style>
 span { border-color: #925EFB; }

 span { border-color: rgb(146,94,251); }

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