Html Css Color HEX #949ECF Portage

📋 copy color: '#949ECF'

red 148 ◦ green 158 ◦ blue 207

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

Shades of Portage #949ECF

Tints of Portage #949ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.35%

R = 28.85%
G = 30.8%
B = 40.35%

CMYK

 C value IS 0.29

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#949ECF (or 0x949ECF) is known color: Portage. HEX triplet: 94, 9E and CF. RGB value is (148,158,207). Sum of RGB (Red+Green+Blue) = 148+158+207=513 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.85% from 513); Green value is 158 (62.11% from 255 or 30.80% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 207 - color contains mainly: blue. Hex color #949ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949ECF is #6B6130. Grayscale: #A0A0A0. Windows color (decimal): -7037233 or 13606548. OLE color: 13606548.

HSL color Cylindrical-coordinate representation of color #949ECF: hue angle of 229.83º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #949ECF is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 158 207 -
CMYK 0.29 0.24 0 0.19
HSL 229.83º 0.38% 0.7% -
HSV(B) 229.83º 0.29% 0.81% -
XYZ 35.7 35.25 63.95 -
YUV 160.6 154.19 119.02 -
System Red Green Blue C M Y K H S L
Decimal 148 158 207 0.29 0.24 0 0.19 229.83 0.38 0.7
Hex 94 9E CF 1D 18 0 13 E6 26 46
Octal 224 236 317 35 30 0 23 346 46 106
Binary 10010100 10011110 11001111 11101 11000 0 10011 11100110 100110 1000110

Color Harmonies of #949ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949ECF

Black with #949ECF

Text Example


Text Example

White with #949ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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