#919CCD

Color #919CCD Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #919CCD

Tints of Portage #919CCD

Color information

#919CCD (or 0x919CCD) is unknown color: approx Portage. HEX triplet: 91, 9C and CD. RGB value is (145,156,205). Sum of RGB (Red+Green+Blue) = 145+156+205=506 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.66% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #919CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919CCD is #6E6332. Grayscale: #9E9E9E. Windows color (decimal): -7234355 or 13474961. OLE color: 13474961.

HSL color Cylindrical-coordinate representation of color #919CCD: hue angle of 229º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #919CCD is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB145156205-
CMYK0.290.2400.20
HSL229º37.5%68.63%-
HSV(B)229º29.27%80.39%-
XYZ34.5834.262.54-
YUV158.3154.36118.52-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.66%
GREEN value IS 156 (61.33% from 255) = 30.83%
BLUE value IS 205 (80.47% from 255) = 40.51%
R=28.66%
G=30.83%
B=40.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1451562050.290.2400.2022937.568.63
Hex919CCD1D18014e52545
Octal221234315353002434545105
Binary1001000110011100110011011110111000010100111001011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919CCD; }

 p { color: rgb(145,156,205); }

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

<style>
 a { background-color: #919CCD; }

 a { background-color: rgb(145,156,205); }

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

<style>
 span { border-color: #919CCD; }

 span { border-color: rgb(145,156,205); }

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