Html Css Color HEX #95A4EE Portage

📋 copy color: '#95A4EE'

red 149 ◦ green 164 ◦ blue 238

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

Shades of Portage #95A4EE

Tints of Portage #95A4EE

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.76%

 BLUE value IS 238 (93.36% from 255) = 43.19%

R = 27.04%
G = 29.76%
B = 43.19%

CMYK

 C value IS 0.37

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#95A4EE (or 0x95A4EE) is known color: Portage. HEX triplet: 95, A4 and EE. RGB value is (149,164,238). Sum of RGB (Red+Green+Blue) = 149+164+238=551 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.04% from 551); Green value is 164 (64.45% from 255 or 29.76% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 238 - color contains mainly: blue. Hex color #95A4EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95A4EE is #6A5B11. Grayscale: #A7A7A7. Windows color (decimal): -6970130 or 15639701. OLE color: 15639701.

HSL color Cylindrical-coordinate representation of color #95A4EE: hue angle of 229.89º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95A4EE is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 164 238 -
CMYK 0.37 0.31 0 0.07
HSL 229.89º 0.72% 0.76% -
HSV(B) 229.89º 0.37% 0.93% -
XYZ 41.1 39.11 86.27 -
YUV 167.95 167.53 114.48 -
System Red Green Blue C M Y K H S L
Decimal 149 164 238 0.37 0.31 0 0.07 229.89 0.72 0.76
Hex 95 A4 EE 25 1F 0 7 E6 48 4C
Octal 225 244 356 45 37 0 7 346 110 114
Binary 10010101 10100100 11101110 100101 11111 0 111 11100110 1001000 1001100

Color Harmonies of #95A4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A4EE

Black with #95A4EE

Text Example


Text Example

White with #95A4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,164,238); }

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

background-color css

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

 a { background-color: rgb(149,164,238); }

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

border-color css

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

 span { border-color: rgb(149,164,238); }

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