#937BCC

Color #937BCC True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #937BCC

Tints of True V #937BCC

Color information

#937BCC (or 0x937BCC) is unknown color: approx True V. HEX triplet: 93, 7B and CC. RGB value is (147,123,204). Sum of RGB (Red+Green+Blue) = 147+123+204=474 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.01% from 474); Green value is 123 (48.44% from 255 or 25.95% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #937BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937BCC is #6C8433. Grayscale: #8B8B8B. Windows color (decimal): -7111732 or 13400979. OLE color: 13400979.

HSL color Cylindrical-coordinate representation of color #937BCC: hue angle of 257.78º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #937BCC is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB147123204-
CMYK0.280.4000.2
HSL257.78º44.26%64.12%-
HSV(B)257.78º39.71%80%-
XYZ30.0124.7360.32-
YUV139.41164.45133.41-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.01%
GREEN value IS 123 (48.44% from 255) = 25.95%
BLUE value IS 204 (80.08% from 255) = 43.04%
R=31.01%
G=25.95%
B=43.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1471232040.280.4000.2257.7844.2664.12
Hex937BCC1C280141022c40
Octal223173314345002440254100
Binary10010011111101111001100111001010000101001000000101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,123,204); }

 H1.HeaderClassName
 {
   color: #937BCC;
 }
 .AnyTagClassName
 {
   color: #937BCC;
 }
</style>
background-color css

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

 a { background-color: rgb(147,123,204); }

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

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

 span { border-color: rgb(147,123,204); }

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