Html Css Color HEX #959EE8 Portage

📋 copy color: '#959EE8'

red 149 ◦ green 158 ◦ blue 232

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

Shades of Portage #959EE8

Tints of Portage #959EE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 43.04%

R = 27.64%
G = 29.31%
B = 43.04%

CMYK

 C value IS 0.36

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#959EE8 (or 0x959EE8) is known color: Portage. HEX triplet: 95, 9E and E8. RGB value is (149,158,232). Sum of RGB (Red+Green+Blue) = 149+158+232=539 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.64% from 539); Green value is 158 (62.11% from 255 or 29.31% from 539); Blue value is 232 (91.02% from 255 or 43.04% from 539); Max value from RGB is 232 - color contains mainly: blue. Hex color #959EE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959EE8 is #6A6117. Grayscale: #A3A3A3. Windows color (decimal): -6971672 or 15244949. OLE color: 15244949.

HSL color Cylindrical-coordinate representation of color #959EE8: hue angle of 233.49º degrees, saturation: 0.64, 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 #959EE8 is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 149 158 232 -
CMYK 0.36 0.32 0 0.09
HSL 233.49º 0.64% 0.75% -
HSV(B) 233.49º 0.36% 0.91% -
XYZ 39.19 36.67 81.36 -
YUV 163.75 166.52 117.48 -
System Red Green Blue C M Y K H S L
Decimal 149 158 232 0.36 0.32 0 0.09 233.49 0.64 0.75
Hex 95 9E E8 24 20 0 9 E9 40 4B
Octal 225 236 350 44 40 0 11 351 100 113
Binary 10010101 10011110 11101000 100100 100000 0 1001 11101001 1000000 1001011

Color Harmonies of #959EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959EE8

Black with #959EE8

Text Example


Text Example

White with #959EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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