Html Css Color HEX #937FFB Light Slate Blue

📋 copy color: '#937FFB'

red 147 ◦ green 127 ◦ blue 251

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

Shades of Light Slate Blue #937FFB

Tints of Light Slate Blue #937FFB

RGB

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

 GREEN value IS 127 (50% from 255) = 24.19%

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

R = 28%
G = 24.19%
B = 47.81%

CMYK

 C value IS 0.41

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#937FFB (or 0x937FFB) is known color: Light Slate Blue. HEX triplet: 93, 7F and FB. RGB value is (147,127,251). Sum of RGB (Red+Green+Blue) = 147+127+251=525 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28% from 525); Green value is 127 (50% from 255 or 24.19% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #937FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #937FFB is #6C8004. Grayscale: #929292. Windows color (decimal): -7110661 or 16482195. OLE color: 16482195.

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

Color convert

RGB 147 127 251 -
CMYK 0.41 0.49 0 0.02
HSL 249.68º 0.94% 0.74% -
HSV(B) 249.68º 0.49% 0.98% -
XYZ 37.03 28.35 94.79 -
YUV 147.12 186.63 127.92 -
System Red Green Blue C M Y K H S L
Decimal 147 127 251 0.41 0.49 0 0.02 249.68 0.94 0.74
Hex 93 7F FB 29 31 0 2 FA 5E 4A
Octal 223 177 373 51 61 0 2 372 136 112
Binary 10010011 1111111 11111011 101001 110001 0 10 11111010 1011110 1001010

Color Harmonies of #937FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937FFB

Black with #937FFB

Text Example


Text Example

White with #937FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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