Html Css Color HEX #949AD8 Portage

📋 copy color: '#949AD8'

red 148 ◦ green 154 ◦ blue 216

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

Shades of Portage #949AD8

Tints of Portage #949AD8

RGB

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

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

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

R = 28.57%
G = 29.73%
B = 41.7%

CMYK

 C value IS 0.31

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#949AD8 (or 0x949AD8) is known color: Portage. HEX triplet: 94, 9A and D8. RGB value is (148,154,216). Sum of RGB (Red+Green+Blue) = 148+154+216=518 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.57% from 518); Green value is 154 (60.55% from 255 or 29.73% from 518); Blue value is 216 (84.77% from 255 or 41.70% from 518); Max value from RGB is 216 - color contains mainly: blue. Hex color #949AD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949AD8 is #6B6527. Grayscale: #9F9F9F. Windows color (decimal): -7038248 or 14195348. OLE color: 14195348.

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

Color convert

RGB 148 154 216 -
CMYK 0.31 0.29 0 0.15
HSL 234.71º 0.47% 0.71% -
HSV(B) 234.71º 0.31% 0.85% -
XYZ 36.16 34.36 69.69 -
YUV 159.27 160.01 119.96 -
System Red Green Blue C M Y K H S L
Decimal 148 154 216 0.31 0.29 0 0.15 234.71 0.47 0.71
Hex 94 9A D8 1F 1D 0 F EB 2F 47
Octal 224 232 330 37 35 0 17 353 57 107
Binary 10010100 10011010 11011000 11111 11101 0 1111 11101011 101111 1000111

Color Harmonies of #949AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949AD8

Black with #949AD8

Text Example


Text Example

White with #949AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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