Html Css Color HEX #95A2F0 Portage

📋 copy color: '#95A2F0'

red 149 ◦ green 162 ◦ blue 240

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

Shades of Portage #95A2F0

Tints of Portage #95A2F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 43.56%

R = 27.04%
G = 29.4%
B = 43.56%

CMYK

 C value IS 0.38

 M value IS 0.32

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#95A2F0 (or 0x95A2F0) is known color: Portage. HEX triplet: 95, A2 and F0. RGB value is (149,162,240). Sum of RGB (Red+Green+Blue) = 149+162+240=551 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.04% from 551); Green value is 162 (63.67% from 255 or 29.40% from 551); Blue value is 240 (94.14% from 255 or 43.56% from 551); Max value from RGB is 240 - color contains mainly: blue. Hex color #95A2F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95A2F0 is #6A5D0F. Grayscale: #A6A6A6. Windows color (decimal): -6970640 or 15770261. OLE color: 15770261.

HSL color Cylindrical-coordinate representation of color #95A2F0: hue angle of 231.43º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95A2F0 is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 149 162 240 -
CMYK 0.38 0.32 0 0.06
HSL 231.43º 0.75% 0.76% -
HSV(B) 231.43º 0.38% 0.94% -
XYZ 41.04 38.52 87.71 -
YUV 167.01 169.19 115.16 -
System Red Green Blue C M Y K H S L
Decimal 149 162 240 0.38 0.32 0 0.06 231.43 0.75 0.76
Hex 95 A2 F0 26 20 0 6 E7 4B 4C
Octal 225 242 360 46 40 0 6 347 113 114
Binary 10010101 10100010 11110000 100110 100000 0 110 11100111 1001011 1001100

Color Harmonies of #95A2F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A2F0

Black with #95A2F0

Text Example


Text Example

White with #95A2F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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