Html Css Color HEX #949ECD Portage

📋 copy color: '#949ECD'

red 148 ◦ green 158 ◦ blue 205

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

Shades of Portage #949ECD

Tints of Portage #949ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.12%

R = 28.96%
G = 30.92%
B = 40.12%

CMYK

 C value IS 0.28

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#949ECD (or 0x949ECD) is known color: Portage. HEX triplet: 94, 9E and CD. RGB value is (148,158,205). Sum of RGB (Red+Green+Blue) = 148+158+205=511 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.96% from 511); Green value is 158 (62.11% from 255 or 30.92% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #949ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949ECD is #6B6132. Grayscale: #A0A0A0. Windows color (decimal): -7037235 or 13475476. OLE color: 13475476.

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

Color convert

RGB 148 158 205 -
CMYK 0.28 0.23 0 0.20
HSL 229.47º 0.36% 0.69% -
HSV(B) 229.47º 0.28% 0.8% -
XYZ 35.46 35.16 62.67 -
YUV 160.37 153.19 119.18 -
System Red Green Blue C M Y K H S L
Decimal 148 158 205 0.28 0.23 0 0.20 229.47 0.36 0.69
Hex 94 9E CD 1C 17 0 14 E5 24 45
Octal 224 236 315 34 27 0 24 345 44 105
Binary 10010100 10011110 11001101 11100 10111 0 10100 11100101 100100 1000101

Color Harmonies of #949ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949ECD

Black with #949ECD

Text Example


Text Example

White with #949ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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