Html Css Color HEX #959EEC Portage

📋 copy color: '#959EEC'

red 149 ◦ green 158 ◦ blue 236

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

Shades of Portage #959EEC

Tints of Portage #959EEC

RGB

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

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

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

R = 27.44%
G = 29.1%
B = 43.46%

CMYK

 C value IS 0.37

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#959EEC (or 0x959EEC) is known color: Portage. HEX triplet: 95, 9E and EC. RGB value is (149,158,236). Sum of RGB (Red+Green+Blue) = 149+158+236=543 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.44% from 543); Green value is 158 (62.11% from 255 or 29.10% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: blue. Hex color #959EEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959EEC is #6A6113. Grayscale: #A3A3A3. Windows color (decimal): -6971668 or 15507093. OLE color: 15507093.

HSL color Cylindrical-coordinate representation of color #959EEC: hue angle of 233.79º 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 #959EEC is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 158 236 -
CMYK 0.37 0.33 0 0.07
HSL 233.79º 0.7% 0.75% -
HSV(B) 233.79º 0.37% 0.93% -
XYZ 39.76 36.9 84.38 -
YUV 164.2 168.52 117.16 -
System Red Green Blue C M Y K H S L
Decimal 149 158 236 0.37 0.33 0 0.07 233.79 0.7 0.75
Hex 95 9E EC 25 21 0 7 EA 46 4B
Octal 225 236 354 45 41 0 7 352 106 113
Binary 10010101 10011110 11101100 100101 100001 0 111 11101010 1000110 1001011

Color Harmonies of #959EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959EEC

Black with #959EEC

Text Example


Text Example

White with #959EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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