Html Css Color HEX #959CEC Portage

📋 copy color: '#959CEC'

red 149 ◦ green 156 ◦ blue 236

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

Shades of Portage #959CEC

Tints of Portage #959CEC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.84%

 BLUE value IS 236 (92.58% from 255) = 43.62%

R = 27.54%
G = 28.84%
B = 43.62%

CMYK

 C value IS 0.37

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#959CEC (or 0x959CEC) is known color: Portage. HEX triplet: 95, 9C and EC. RGB value is (149,156,236). Sum of RGB (Red+Green+Blue) = 149+156+236=541 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.54% from 541); Green value is 156 (61.33% from 255 or 28.84% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #959CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959CEC is #6A6313. Grayscale: #A2A2A2. Windows color (decimal): -6972180 or 15506581. OLE color: 15506581.

HSL color Cylindrical-coordinate representation of color #959CEC: hue angle of 235.17º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #959CEC is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 156 236 -
CMYK 0.37 0.34 0 0.07
HSL 235.17º 0.7% 0.75% -
HSV(B) 235.17º 0.37% 0.93% -
XYZ 39.42 36.22 84.27 -
YUV 163.03 169.18 118 -
System Red Green Blue C M Y K H S L
Decimal 149 156 236 0.37 0.34 0 0.07 235.17 0.7 0.75
Hex 95 9C EC 25 22 0 7 EB 46 4B
Octal 225 234 354 45 42 0 7 353 106 113
Binary 10010101 10011100 11101100 100101 100010 0 111 11101011 1000110 1001011

Color Harmonies of #959CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959CEC

Black with #959CEC

Text Example


Text Example

White with #959CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,156,236); }

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

background-color css

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

 a { background-color: rgb(149,156,236); }

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

border-color css

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

 span { border-color: rgb(149,156,236); }

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