Html Css Color HEX #95A2EA Portage

📋 copy color: '#95A2EA'

red 149 ◦ green 162 ◦ blue 234

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

Shades of Portage #95A2EA

Tints of Portage #95A2EA

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.72%

 BLUE value IS 234 (91.8% from 255) = 42.94%

R = 27.34%
G = 29.72%
B = 42.94%

CMYK

 C value IS 0.36

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#95A2EA (or 0x95A2EA) is known color: Portage. HEX triplet: 95, A2 and EA. RGB value is (149,162,234). Sum of RGB (Red+Green+Blue) = 149+162+234=545 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.34% from 545); Green value is 162 (63.67% from 255 or 29.72% from 545); Blue value is 234 (91.80% from 255 or 42.94% from 545); Max value from RGB is 234 - color contains mainly: blue. Hex color #95A2EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95A2EA is #6A5D15. Grayscale: #A6A6A6. Windows color (decimal): -6970646 or 15377045. OLE color: 15377045.

HSL color Cylindrical-coordinate representation of color #95A2EA: hue angle of 230.82º 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 #95A2EA is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 149 162 234 -
CMYK 0.36 0.31 0 0.08
HSL 230.82º 0.67% 0.75% -
HSV(B) 230.82º 0.36% 0.92% -
XYZ 40.17 38.17 83.09 -
YUV 166.32 166.19 115.65 -
System Red Green Blue C M Y K H S L
Decimal 149 162 234 0.36 0.31 0 0.08 230.82 0.67 0.75
Hex 95 A2 EA 24 1F 0 8 E7 43 4B
Octal 225 242 352 44 37 0 10 347 103 113
Binary 10010101 10100010 11101010 100100 11111 0 1000 11100111 1000011 1001011

Color Harmonies of #95A2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A2EA

Black with #95A2EA

Text Example


Text Example

White with #95A2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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