Html Css Color HEX #959CE0 Portage

📋 copy color: '#959CE0'

red 149 ◦ green 156 ◦ blue 224

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

Shades of Portage #959CE0

Tints of Portage #959CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.34%

R = 28.17%
G = 29.49%
B = 42.34%

CMYK

 C value IS 0.33

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#959CE0 (or 0x959CE0) is known color: Portage. HEX triplet: 95, 9C and E0. RGB value is (149,156,224). Sum of RGB (Red+Green+Blue) = 149+156+224=529 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.17% from 529); Green value is 156 (61.33% from 255 or 29.49% from 529); Blue value is 224 (87.89% from 255 or 42.34% from 529); Max value from RGB is 224 - color contains mainly: blue. Hex color #959CE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959CE0 is #6A631F. Grayscale: #A1A1A1. Windows color (decimal): -6972192 or 14720149. OLE color: 14720149.

HSL color Cylindrical-coordinate representation of color #959CE0: hue angle of 234.4º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #959CE0 is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 149 156 224 -
CMYK 0.33 0.30 0 0.12
HSL 234.4º 0.55% 0.73% -
HSV(B) 234.4º 0.33% 0.88% -
XYZ 37.74 35.55 75.39 -
YUV 161.66 163.18 118.97 -
System Red Green Blue C M Y K H S L
Decimal 149 156 224 0.33 0.30 0 0.12 234.4 0.55 0.73
Hex 95 9C E0 21 1E 0 C EA 37 49
Octal 225 234 340 41 36 0 14 352 67 111
Binary 10010101 10011100 11100000 100001 11110 0 1100 11101010 110111 1001001

Color Harmonies of #959CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959CE0

Black with #959CE0

Text Example


Text Example

White with #959CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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