#7B95CC

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

Shades of Portage #7B95CC

Tints of Portage #7B95CC

Color information

#7B95CC (or 0x7B95CC) is unknown color: approx Portage. HEX triplet: 7B, 95 and CC. RGB value is (123,149,204). Sum of RGB (Red+Green+Blue) = 123+149+204=476 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.84% from 476); Green value is 149 (58.59% from 255 or 31.30% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #7B95CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B95CC is #846A33. Grayscale: #939393. Windows color (decimal): -8677940 or 13407611. OLE color: 13407611.

HSL color Cylindrical-coordinate representation of color #7B95CC: hue angle of 220.74º 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 #7B95CC is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB123149204-
CMYK0.400.2700.2
HSL220.74º44.26%64.12%-
HSV(B)220.74º39.71%80%-
XYZ29.8130.0761.36-
YUV147.5159.89110.53-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.84%
GREEN value IS 149 (58.59% from 255) = 31.30%
BLUE value IS 204 (80.08% from 255) = 42.86%
R=25.84%
G=31.30%
B=42.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1231492040.400.2700.2220.7444.2664.12
Hex7B95CC281B014dd2c40
Octal173225314503302433554100
Binary1111011100101011100110010100011011010100110111011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B95CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B95CC; }

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

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

<style>
 a { background-color: #7B95CC; }

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

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

<style>
 span { border-color: #7B95CC; }

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

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