Html Css Color HEX #959FCE Portage

📋 copy color: '#959FCE'

red 149 ◦ green 159 ◦ blue 206

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

Shades of Portage #959FCE

Tints of Portage #959FCE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.93%

 BLUE value IS 206 (80.86% from 255) = 40.08%

R = 28.99%
G = 30.93%
B = 40.08%

CMYK

 C value IS 0.28

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#959FCE (or 0x959FCE) is known color: Portage. HEX triplet: 95, 9F and CE. RGB value is (149,159,206). Sum of RGB (Red+Green+Blue) = 149+159+206=514 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.99% from 514); Green value is 159 (62.5% from 255 or 30.93% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 206 - color contains mainly: blue. Hex color #959FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959FCE is #6A6031. Grayscale: #A1A1A1. Windows color (decimal): -6971442 or 13541269. OLE color: 13541269.

HSL color Cylindrical-coordinate representation of color #959FCE: hue angle of 229.47º degrees, saturation: 0.37, 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 #959FCE is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 159 206 -
CMYK 0.28 0.23 0 0.19
HSL 229.47º 0.37% 0.7% -
HSV(B) 229.47º 0.28% 0.81% -
XYZ 35.93 35.64 63.38 -
YUV 161.37 153.19 119.18 -
System Red Green Blue C M Y K H S L
Decimal 149 159 206 0.28 0.23 0 0.19 229.47 0.37 0.7
Hex 95 9F CE 1C 17 0 13 E5 25 46
Octal 225 237 316 34 27 0 23 345 45 106
Binary 10010101 10011111 11001110 11100 10111 0 10011 11100101 100101 1000110

Color Harmonies of #959FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959FCE

Black with #959FCE

Text Example


Text Example

White with #959FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,159,206); }

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

background-color css

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

 a { background-color: rgb(149,159,206); }

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

border-color css

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

 span { border-color: rgb(149,159,206); }

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