#95A7EA

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

Shades of Portage #95A7EA

Tints of Portage #95A7EA

Color information

#95A7EA (or 0x95A7EA) is unknown color: approx Portage. HEX triplet: 95, A7 and EA. RGB value is (149,167,234). Sum of RGB (Red+Green+Blue) = 149+167+234=550 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.09% from 550); Green value is 167 (65.62% from 255 or 30.36% from 550); Blue value is 234 (91.80% from 255 or 42.55% from 550); Max value from RGB is 234 - color contains mainly: blue. Hex color #95A7EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95A7EA is #6A5815. Grayscale: #A8A8A8. Windows color (decimal): -6969366 or 15378325. OLE color: 15378325.

HSL color Cylindrical-coordinate representation of color #95A7EA: hue angle of 227.29º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95A7EA is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB149167234-
CMYK0.360.2900.08
HSL227.29º66.93%75.1%-
HSV(B)227.29º36.32%91.76%-
XYZ41.0639.9783.39-
YUV169.26164.54113.55-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.09%
GREEN value IS 167 (65.62% from 255) = 30.36%
BLUE value IS 234 (91.80% from 255) = 42.55%
R=27.09%
G=30.36%
B=42.55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1491672340.360.2900.08227.2966.9375.1
Hex95A7EA241D08e3434b
Octal2252473524435010343103113
Binary10010101101001111110101010010011101010001110001110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95A7EA; }

 p { color: rgb(149,167,234); }

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

<style>
 a { background-color: #95A7EA; }

 a { background-color: rgb(149,167,234); }

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

<style>
 span { border-color: #95A7EA; }

 span { border-color: rgb(149,167,234); }

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