Html Css Color HEX #949DD8 Portage

📋 copy color: '#949DD8'

red 148 ◦ green 157 ◦ blue 216

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

Shades of Portage #949DD8

Tints of Portage #949DD8

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.13%

 BLUE value IS 216 (84.77% from 255) = 41.46%

R = 28.41%
G = 30.13%
B = 41.46%

CMYK

 C value IS 0.31

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#949DD8 (or 0x949DD8) is known color: Portage. HEX triplet: 94, 9D and D8. RGB value is (148,157,216). Sum of RGB (Red+Green+Blue) = 148+157+216=521 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.41% from 521); Green value is 157 (61.72% from 255 or 30.13% from 521); Blue value is 216 (84.77% from 255 or 41.46% from 521); Max value from RGB is 216 - color contains mainly: blue. Hex color #949DD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949DD8 is #6B6227. Grayscale: #A0A0A0. Windows color (decimal): -7037480 or 14196116. OLE color: 14196116.

HSL color Cylindrical-coordinate representation of color #949DD8: hue angle of 232.06º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #949DD8 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 148 157 216 -
CMYK 0.31 0.27 0 0.15
HSL 232.06º 0.47% 0.71% -
HSV(B) 232.06º 0.31% 0.85% -
XYZ 36.66 35.37 69.86 -
YUV 161.04 159.02 118.7 -
System Red Green Blue C M Y K H S L
Decimal 148 157 216 0.31 0.27 0 0.15 232.06 0.47 0.71
Hex 94 9D D8 1F 1B 0 F E8 2F 47
Octal 224 235 330 37 33 0 17 350 57 107
Binary 10010100 10011101 11011000 11111 11011 0 1111 11101000 101111 1000111

Color Harmonies of #949DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949DD8

Black with #949DD8

Text Example


Text Example

White with #949DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,157,216); }

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

background-color css

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

 a { background-color: rgb(148,157,216); }

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

border-color css

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

 span { border-color: rgb(148,157,216); }

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