Html Css Color HEX #95A9E2 Portage

📋 copy color: '#95A9E2'

red 149 ◦ green 169 ◦ blue 226

#95A9E2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Portage #95A9E2

Tints of Portage #95A9E2

RGB

 RED value IS 149 (58.59% from 255) = 27.39%

 GREEN value IS 169 (66.41% from 255) = 31.07%

 BLUE value IS 226 (88.67% from 255) = 41.54%

R = 27.39%
G = 31.07%
B = 41.54%

CMYK

 C value IS 0.34

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#95A9E2 (or 0x95A9E2) is known color: Portage. HEX triplet: 95, A9 and E2. RGB value is (149,169,226). Sum of RGB (Red+Green+Blue) = 149+169+226=544 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.39% from 544); Green value is 169 (66.41% from 255 or 31.07% from 544); Blue value is 226 (88.67% from 255 or 41.54% from 544); Max value from RGB is 226 - color contains mainly: blue. Hex color #95A9E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A9E2 is #6A561D. Grayscale: #A9A9A9. Windows color (decimal): -6968862 or 14854549. OLE color: 14854549.

HSL color Cylindrical-coordinate representation of color #95A9E2: hue angle of 224.42º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95A9E2 is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 149 169 226 -
CMYK 0.34 0.25 0 0.11
HSL 224.42º 0.57% 0.74% -
HSV(B) 224.42º 0.34% 0.89% -
XYZ 40.31 40.26 77.6 -
YUV 169.52 159.87 113.37 -
System Red Green Blue C M Y K H S L
Decimal 149 169 226 0.34 0.25 0 0.11 224.42 0.57 0.74
Hex 95 A9 E2 22 19 0 B E0 39 4A
Octal 225 251 342 42 31 0 13 340 71 112
Binary 10010101 10101001 11100010 100010 11001 0 1011 11100000 111001 1001010

Color Harmonies of #95A9E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A9E2

Black with #95A9E2

Text Example


Text Example

White with #95A9E2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,169,226); }

 H1.HeaderClassName
 {
   color: #95A9E2;
 }
 .AnyTagClassName
 {
   color: #95A9E2;
 }
</style>

background-color css

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

 a { background-color: rgb(149,169,226); }

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

border-color css

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

 span { border-color: rgb(149,169,226); }

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