Html Css Color HEX #949ECC Portage

📋 copy color: '#949ECC'

red 148 ◦ green 158 ◦ blue 204

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

Shades of Portage #949ECC

Tints of Portage #949ECC

RGB

 RED value IS 148 (58.2% from 255) = 29.02%

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

 BLUE value IS 204 (80.08% from 255) = 40%

R = 29.02%
G = 30.98%
B = 40%

CMYK

 C value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#949ECC (or 0x949ECC) is known color: Portage. HEX triplet: 94, 9E and CC. RGB value is (148,158,204). Sum of RGB (Red+Green+Blue) = 148+158+204=510 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.02% from 510); Green value is 158 (62.11% from 255 or 30.98% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 204 - color contains mainly: blue. Hex color #949ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949ECC is #6B6133. Grayscale: #A0A0A0. Windows color (decimal): -7037236 or 13409940. OLE color: 13409940.

HSL color Cylindrical-coordinate representation of color #949ECC: hue angle of 229.29º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #949ECC is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 148 158 204 -
CMYK 0.27 0.23 0 0.2
HSL 229.29º 0.35% 0.69% -
HSV(B) 229.29º 0.27% 0.8% -
XYZ 35.34 35.11 62.04 -
YUV 160.25 152.69 119.26 -
System Red Green Blue C M Y K H S L
Decimal 148 158 204 0.27 0.23 0 0.2 229.29 0.35 0.69
Hex 94 9E CC 1B 17 0 14 E5 23 45
Octal 224 236 314 33 27 0 24 345 43 105
Binary 10010100 10011110 11001100 11011 10111 0 10100 11100101 100011 1000101

Color Harmonies of #949ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949ECC

Black with #949ECC

Text Example


Text Example

White with #949ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949ECC; }

 p { color: rgb(148,158,204); }

 H1.HeaderClassName
 {
   color: #949ECC;
 }
 .AnyTagClassName
 {
   color: #949ECC;
 }
</style>

background-color css

<style>
 a { background-color: #949ECC; }

 a { background-color: rgb(148,158,204); }

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

border-color css

<style>
 span { border-color: #949ECC; }

 span { border-color: rgb(148,158,204); }

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