Html Css Color HEX #959AE9 Portage

📋 copy color: '#959AE9'

red 149 ◦ green 154 ◦ blue 233

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

Shades of Portage #959AE9

Tints of Portage #959AE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 43.47%

R = 27.8%
G = 28.73%
B = 43.47%

CMYK

 C value IS 0.36

 M value IS 0.34

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#959AE9 (or 0x959AE9) is known color: Portage. HEX triplet: 95, 9A and E9. RGB value is (149,154,233). Sum of RGB (Red+Green+Blue) = 149+154+233=536 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.80% from 536); Green value is 154 (60.55% from 255 or 28.73% from 536); Blue value is 233 (91.41% from 255 or 43.47% from 536); Max value from RGB is 233 - color contains mainly: blue. Hex color #959AE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959AE9 is #6A6516. Grayscale: #A1A1A1. Windows color (decimal): -6972695 or 15309461. OLE color: 15309461.

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

Color convert

RGB 149 154 233 -
CMYK 0.36 0.34 0 0.09
HSL 236.43º 0.66% 0.75% -
HSV(B) 236.43º 0.36% 0.91% -
XYZ 38.66 35.38 81.88 -
YUV 161.51 168.34 119.08 -
System Red Green Blue C M Y K H S L
Decimal 149 154 233 0.36 0.34 0 0.09 236.43 0.66 0.75
Hex 95 9A E9 24 22 0 9 EC 42 4B
Octal 225 232 351 44 42 0 11 354 102 113
Binary 10010101 10011010 11101001 100100 100010 0 1001 11101100 1000010 1001011

Color Harmonies of #959AE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959AE9

Black with #959AE9

Text Example


Text Example

White with #959AE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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