Html Css Color HEX #949CDE Portage

📋 copy color: '#949CDE'

red 148 ◦ green 156 ◦ blue 222

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

Shades of Portage #949CDE

Tints of Portage #949CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.21%

R = 28.14%
G = 29.66%
B = 42.21%

CMYK

 C value IS 0.33

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#949CDE (or 0x949CDE) is known color: Portage. HEX triplet: 94, 9C and DE. RGB value is (148,156,222). Sum of RGB (Red+Green+Blue) = 148+156+222=526 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.14% from 526); Green value is 156 (61.33% from 255 or 29.66% from 526); Blue value is 222 (87.11% from 255 or 42.21% from 526); Max value from RGB is 222 - color contains mainly: blue. Hex color #949CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949CDE is #6B6321. Grayscale: #A0A0A0. Windows color (decimal): -7037730 or 14589076. OLE color: 14589076.

HSL color Cylindrical-coordinate representation of color #949CDE: hue angle of 233.51º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #949CDE is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 156 222 -
CMYK 0.33 0.30 0 0.13
HSL 233.51º 0.53% 0.73% -
HSV(B) 233.51º 0.33% 0.87% -
XYZ 37.29 35.35 73.96 -
YUV 161.13 162.35 118.63 -
System Red Green Blue C M Y K H S L
Decimal 148 156 222 0.33 0.30 0 0.13 233.51 0.53 0.73
Hex 94 9C DE 21 1E 0 D EA 35 49
Octal 224 234 336 41 36 0 15 352 65 111
Binary 10010100 10011100 11011110 100001 11110 0 1101 11101010 110101 1001001

Color Harmonies of #949CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949CDE

Black with #949CDE

Text Example


Text Example

White with #949CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,156,222); }

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

background-color css

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

 a { background-color: rgb(148,156,222); }

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

border-color css

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

 span { border-color: rgb(148,156,222); }

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