#927ACD

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

Shades of True V #927ACD

Tints of True V #927ACD

Color information

#927ACD (or 0x927ACD) is unknown color: approx True V. HEX triplet: 92, 7A and CD. RGB value is (146,122,205). Sum of RGB (Red+Green+Blue) = 146+122+205=473 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.87% from 473); Green value is 122 (48.05% from 255 or 25.79% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #927ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927ACD is #6D8532. Grayscale: #8A8A8A. Windows color (decimal): -7177523 or 13466258. OLE color: 13466258.

HSL color Cylindrical-coordinate representation of color #927ACD: hue angle of 257.35º degrees, saturation: 0.45, 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 #927ACD is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB146122205-
CMYK0.290.4000.20
HSL257.35º45.36%64.12%-
HSV(B)257.35º40.49%80.39%-
XYZ29.8324.4460.9-
YUV138.64165.45133.25-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.87%
GREEN value IS 122 (48.05% from 255) = 25.79%
BLUE value IS 205 (80.47% from 255) = 43.34%
R=30.87%
G=25.79%
B=43.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1461222050.290.4000.20257.3545.3664.12
Hex927ACD1D280141012d40
Octal222172315355002440155100
Binary10010010111101011001101111011010000101001000000011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927ACD; }

 p { color: rgb(146,122,205); }

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

<style>
 a { background-color: #927ACD; }

 a { background-color: rgb(146,122,205); }

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

<style>
 span { border-color: #927ACD; }

 span { border-color: rgb(146,122,205); }

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