Html Css Color HEX #949DDE Portage

📋 copy color: '#949DDE'

red 148 ◦ green 157 ◦ blue 222

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

Shades of Portage #949DDE

Tints of Portage #949DDE

RGB

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

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

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

R = 28.08%
G = 29.79%
B = 42.13%

CMYK

 C value IS 0.33

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#949DDE (or 0x949DDE) is known color: Portage. HEX triplet: 94, 9D and DE. RGB value is (148,157,222). Sum of RGB (Red+Green+Blue) = 148+157+222=527 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.08% from 527); Green value is 157 (61.72% from 255 or 29.79% from 527); Blue value is 222 (87.11% from 255 or 42.13% from 527); Max value from RGB is 222 - color contains mainly: blue. Hex color #949DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949DDE is #6B6221. Grayscale: #A1A1A1. Windows color (decimal): -7037474 or 14589332. OLE color: 14589332.

HSL color Cylindrical-coordinate representation of color #949DDE: hue angle of 232.7º 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 #949DDE is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 157 222 -
CMYK 0.33 0.29 0 0.13
HSL 232.7º 0.53% 0.73% -
HSV(B) 232.7º 0.33% 0.87% -
XYZ 37.45 35.68 74.02 -
YUV 161.72 162.02 118.21 -
System Red Green Blue C M Y K H S L
Decimal 148 157 222 0.33 0.29 0 0.13 232.7 0.53 0.73
Hex 94 9D DE 21 1D 0 D E9 35 49
Octal 224 235 336 41 35 0 15 351 65 111
Binary 10010100 10011101 11011110 100001 11101 0 1101 11101001 110101 1001001

Color Harmonies of #949DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949DDE

Black with #949DDE

Text Example


Text Example

White with #949DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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