Html Css Color HEX #959EE2 Portage

📋 copy color: '#959EE2'

red 149 ◦ green 158 ◦ blue 226

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

Shades of Portage #959EE2

Tints of Portage #959EE2

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.64%

 BLUE value IS 226 (88.67% from 255) = 42.4%

R = 27.95%
G = 29.64%
B = 42.4%

CMYK

 C value IS 0.34

 M value IS 0.30

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#959EE2 (or 0x959EE2) is known color: Portage. HEX triplet: 95, 9E and E2. RGB value is (149,158,226). Sum of RGB (Red+Green+Blue) = 149+158+226=533 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.95% from 533); Green value is 158 (62.11% from 255 or 29.64% from 533); Blue value is 226 (88.67% from 255 or 42.40% from 533); Max value from RGB is 226 - color contains mainly: blue. Hex color #959EE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959EE2 is #6A611D. Grayscale: #A2A2A2. Windows color (decimal): -6971678 or 14851733. OLE color: 14851733.

HSL color Cylindrical-coordinate representation of color #959EE2: hue angle of 232.99º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #959EE2 is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 149 158 226 -
CMYK 0.34 0.30 0 0.11
HSL 232.99º 0.57% 0.74% -
HSV(B) 232.99º 0.34% 0.89% -
XYZ 38.35 36.33 76.94 -
YUV 163.06 163.52 117.97 -
System Red Green Blue C M Y K H S L
Decimal 149 158 226 0.34 0.30 0 0.11 232.99 0.57 0.74
Hex 95 9E E2 22 1E 0 B E9 39 4A
Octal 225 236 342 42 36 0 13 351 71 112
Binary 10010101 10011110 11100010 100010 11110 0 1011 11101001 111001 1001010

Color Harmonies of #959EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959EE2

Black with #959EE2

Text Example


Text Example

White with #959EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,158,226); }

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

background-color css

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

 a { background-color: rgb(149,158,226); }

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

border-color css

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

 span { border-color: rgb(149,158,226); }

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