Html Css Color HEX #925DFB Light Slate Blue

📋 copy color: '#925DFB'

red 146 ◦ green 93 ◦ blue 251

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

Shades of Light Slate Blue #925DFB

Tints of Light Slate Blue #925DFB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.98%

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

R = 29.8%
G = 18.98%
B = 51.22%

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

#925DFB (or 0x925DFB) is known color: Light Slate Blue. HEX triplet: 92, 5D and FB. RGB value is (146,93,251). Sum of RGB (Red+Green+Blue) = 146+93+251=490 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.80% from 490); Green value is 93 (36.72% from 255 or 18.98% from 490); Blue value is 251 (98.44% from 255 or 51.22% from 490); Max value from RGB is 251 - color contains mainly: blue. Hex color #925DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #925DFB is #6DA204. Grayscale: #7E7E7E. Windows color (decimal): -7184901 or 16473490. OLE color: 16473490.

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

Color convert

RGB 146 93 251 -
CMYK 0.42 0.63 0 0.02
HSL 260.13º 0.95% 0.67% -
HSV(B) 260.13º 0.63% 0.98% -
XYZ 33.18 20.9 93.55 -
YUV 126.86 198.06 141.65 -
System Red Green Blue C M Y K H S L
Decimal 146 93 251 0.42 0.63 0 0.02 260.13 0.95 0.67
Hex 92 5D FB 2A 3F 0 2 104 5F 43
Octal 222 135 373 52 77 0 2 404 137 103
Binary 10010010 1011101 11111011 101010 111111 0 10 100000100 1011111 1000011

Color Harmonies of #925DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925DFB

Black with #925DFB

Text Example


Text Example

White with #925DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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