Html Css Color HEX #959AE7 Portage

📋 copy color: '#959AE7'

red 149 ◦ green 154 ◦ blue 231

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

Shades of Portage #959AE7

Tints of Portage #959AE7

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.84%

 BLUE value IS 231 (90.63% from 255) = 43.26%

R = 27.9%
G = 28.84%
B = 43.26%

CMYK

 C value IS 0.35

 M value IS 0.33

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#959AE7 (or 0x959AE7) is known color: Portage. HEX triplet: 95, 9A and E7. RGB value is (149,154,231). Sum of RGB (Red+Green+Blue) = 149+154+231=534 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.90% from 534); Green value is 154 (60.55% from 255 or 28.84% from 534); Blue value is 231 (90.62% from 255 or 43.26% from 534); Max value from RGB is 231 - color contains mainly: blue. Hex color #959AE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959AE7 is #6A6518. Grayscale: #A0A0A0. Windows color (decimal): -6972697 or 15178389. OLE color: 15178389.

HSL color Cylindrical-coordinate representation of color #959AE7: hue angle of 236.34º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #959AE7 is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 149 154 231 -
CMYK 0.35 0.33 0 0.09
HSL 236.34º 0.63% 0.75% -
HSV(B) 236.34º 0.35% 0.91% -
XYZ 38.37 35.27 80.39 -
YUV 161.28 167.34 119.24 -
System Red Green Blue C M Y K H S L
Decimal 149 154 231 0.35 0.33 0 0.09 236.34 0.63 0.75
Hex 95 9A E7 23 21 0 9 EC 3F 4B
Octal 225 232 347 43 41 0 11 354 77 113
Binary 10010101 10011010 11100111 100011 100001 0 1001 11101100 111111 1001011

Color Harmonies of #959AE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959AE7

Black with #959AE7

Text Example


Text Example

White with #959AE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959AE7; }

 p { color: rgb(149,154,231); }

 H1.HeaderClassName
 {
   color: #959AE7;
 }
 .AnyTagClassName
 {
   color: #959AE7;
 }
</style>

background-color css

<style>
 a { background-color: #959AE7; }

 a { background-color: rgb(149,154,231); }

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

border-color css

<style>
 span { border-color: #959AE7; }

 span { border-color: rgb(149,154,231); }

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