Html Css Color HEX #949AD7 Portage

📋 copy color: '#949AD7'

red 148 ◦ green 154 ◦ blue 215

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

Shades of Portage #949AD7

Tints of Portage #949AD7

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.79%

 BLUE value IS 215 (84.38% from 255) = 41.59%

R = 28.63%
G = 29.79%
B = 41.59%

CMYK

 C value IS 0.31

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#949AD7 (or 0x949AD7) is known color: Portage. HEX triplet: 94, 9A and D7. RGB value is (148,154,215). Sum of RGB (Red+Green+Blue) = 148+154+215=517 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.63% from 517); Green value is 154 (60.55% from 255 or 29.79% from 517); Blue value is 215 (84.38% from 255 or 41.59% from 517); Max value from RGB is 215 - color contains mainly: blue. Hex color #949AD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949AD7 is #6B6528. Grayscale: #9E9E9E. Windows color (decimal): -7038249 or 14129812. OLE color: 14129812.

HSL color Cylindrical-coordinate representation of color #949AD7: hue angle of 234.63º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #949AD7 is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 148 154 215 -
CMYK 0.31 0.28 0 0.16
HSL 234.63º 0.46% 0.71% -
HSV(B) 234.63º 0.31% 0.84% -
XYZ 36.03 34.31 69.01 -
YUV 159.16 159.51 120.04 -
System Red Green Blue C M Y K H S L
Decimal 148 154 215 0.31 0.28 0 0.16 234.63 0.46 0.71
Hex 94 9A D7 1F 1C 0 10 EB 2E 47
Octal 224 232 327 37 34 0 20 353 56 107
Binary 10010100 10011010 11010111 11111 11100 0 10000 11101011 101110 1000111

Color Harmonies of #949AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949AD7

Black with #949AD7

Text Example


Text Example

White with #949AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,154,215); }

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

background-color css

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

 a { background-color: rgb(148,154,215); }

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

border-color css

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

 span { border-color: rgb(148,154,215); }

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