Html Css Color HEX #937CFB Light Slate Blue

📋 copy color: '#937CFB'

red 147 ◦ green 124 ◦ blue 251

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

Shades of Light Slate Blue #937CFB

Tints of Light Slate Blue #937CFB

RGB

 RED value IS 147 (57.81% from 255) = 28.16%

 GREEN value IS 124 (48.83% from 255) = 23.75%

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

R = 28.16%
G = 23.75%
B = 48.08%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#937CFB (or 0x937CFB) is known color: Light Slate Blue. HEX triplet: 93, 7C and FB. RGB value is (147,124,251). Sum of RGB (Red+Green+Blue) = 147+124+251=522 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.16% from 522); Green value is 124 (48.83% from 255 or 23.75% from 522); Blue value is 251 (98.44% from 255 or 48.08% from 522); Max value from RGB is 251 - color contains mainly: blue. Hex color #937CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #937CFB is #6C8304. Grayscale: #909090. Windows color (decimal): -7111429 or 16481427. OLE color: 16481427.

HSL color Cylindrical-coordinate representation of color #937CFB: hue angle of 250.87º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #937CFB is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 147 124 251 -
CMYK 0.41 0.51 0 0.02
HSL 250.87º 0.94% 0.74% -
HSV(B) 250.87º 0.51% 0.98% -
XYZ 36.65 27.58 94.66 -
YUV 145.36 187.62 129.17 -
System Red Green Blue C M Y K H S L
Decimal 147 124 251 0.41 0.51 0 0.02 250.87 0.94 0.74
Hex 93 7C FB 29 33 0 2 FB 5E 4A
Octal 223 174 373 51 63 0 2 373 136 112
Binary 10010011 1111100 11111011 101001 110011 0 10 11111011 1011110 1001010

Color Harmonies of #937CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937CFB

Black with #937CFB

Text Example


Text Example

White with #937CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #937CFB; }

 p { color: rgb(147,124,251); }

 H1.HeaderClassName
 {
   color: #937CFB;
 }
 .AnyTagClassName
 {
   color: #937CFB;
 }
</style>

background-color css

<style>
 a { background-color: #937CFB; }

 a { background-color: rgb(147,124,251); }

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

border-color css

<style>
 span { border-color: #937CFB; }

 span { border-color: rgb(147,124,251); }

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