Html Css Color HEX #959ED7 Portage

📋 copy color: '#959ED7'

red 149 ◦ green 158 ◦ blue 215

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

Shades of Portage #959ED7

Tints of Portage #959ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.19%

R = 28.54%
G = 30.27%
B = 41.19%

CMYK

 C value IS 0.31

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#959ED7 (or 0x959ED7) is known color: Portage. HEX triplet: 95, 9E and D7. RGB value is (149,158,215). Sum of RGB (Red+Green+Blue) = 149+158+215=522 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.54% from 522); Green value is 158 (62.11% from 255 or 30.27% from 522); Blue value is 215 (84.38% from 255 or 41.19% from 522); Max value from RGB is 215 - color contains mainly: blue. Hex color #959ED7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959ED7 is #6A6128. Grayscale: #A1A1A1. Windows color (decimal): -6971689 or 14130837. OLE color: 14130837.

HSL color Cylindrical-coordinate representation of color #959ED7: hue angle of 231.82º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #959ED7 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 149 158 215 -
CMYK 0.31 0.27 0 0.16
HSL 231.82º 0.45% 0.71% -
HSV(B) 231.82º 0.31% 0.84% -
XYZ 36.89 35.75 69.25 -
YUV 161.81 158.02 118.87 -
System Red Green Blue C M Y K H S L
Decimal 149 158 215 0.31 0.27 0 0.16 231.82 0.45 0.71
Hex 95 9E D7 1F 1B 0 10 E8 2D 47
Octal 225 236 327 37 33 0 20 350 55 107
Binary 10010101 10011110 11010111 11111 11011 0 10000 11101000 101101 1000111

Color Harmonies of #959ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959ED7

Black with #959ED7

Text Example


Text Example

White with #959ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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