Html Css Color HEX #959ECF Portage

📋 copy color: '#959ECF'

red 149 ◦ green 158 ◦ blue 207

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

Shades of Portage #959ECF

Tints of Portage #959ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.27%

R = 28.99%
G = 30.74%
B = 40.27%

CMYK

 C value IS 0.28

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#959ECF (or 0x959ECF) is known color: Portage. HEX triplet: 95, 9E and CF. RGB value is (149,158,207). Sum of RGB (Red+Green+Blue) = 149+158+207=514 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.99% from 514); Green value is 158 (62.11% from 255 or 30.74% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 207 - color contains mainly: blue. Hex color #959ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959ECF is #6A6130. Grayscale: #A0A0A0. Windows color (decimal): -6971697 or 13606549. OLE color: 13606549.

HSL color Cylindrical-coordinate representation of color #959ECF: hue angle of 230.69º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #959ECF is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 158 207 -
CMYK 0.28 0.24 0 0.19
HSL 230.69º 0.38% 0.7% -
HSV(B) 230.69º 0.28% 0.81% -
XYZ 35.88 35.35 63.96 -
YUV 160.9 154.02 119.52 -
System Red Green Blue C M Y K H S L
Decimal 149 158 207 0.28 0.24 0 0.19 230.69 0.38 0.7
Hex 95 9E CF 1C 18 0 13 E7 26 46
Octal 225 236 317 34 30 0 23 347 46 106
Binary 10010101 10011110 11001111 11100 11000 0 10011 11100111 100110 1000110

Color Harmonies of #959ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959ECF

Black with #959ECF

Text Example


Text Example

White with #959ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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