Html Css Color HEX #919AD0 Portage

📋 copy color: '#919AD0'

red 145 ◦ green 154 ◦ blue 208

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

Shades of Portage #919AD0

Tints of Portage #919AD0

RGB

 RED value IS 145 (57.03% from 255) = 28.6%

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

 BLUE value IS 208 (81.64% from 255) = 41.03%

R = 28.6%
G = 30.37%
B = 41.03%

CMYK

 C value IS 0.30

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#919AD0 (or 0x919AD0) is known color: Portage. HEX triplet: 91, 9A and D0. RGB value is (145,154,208). Sum of RGB (Red+Green+Blue) = 145+154+208=507 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.60% from 507); Green value is 154 (60.55% from 255 or 30.37% from 507); Blue value is 208 (81.64% from 255 or 41.03% from 507); Max value from RGB is 208 - color contains mainly: blue. Hex color #919AD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919AD0 is #6E652F. Grayscale: #9D9D9D. Windows color (decimal): -7234864 or 13671057. OLE color: 13671057.

HSL color Cylindrical-coordinate representation of color #919AD0: hue angle of 231.43º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #919AD0 is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 145 154 208 -
CMYK 0.30 0.26 0 0.18
HSL 231.43º 0.4% 0.69% -
HSV(B) 231.43º 0.3% 0.82% -
XYZ 34.62 33.69 64.35 -
YUV 157.47 156.52 119.11 -
System Red Green Blue C M Y K H S L
Decimal 145 154 208 0.30 0.26 0 0.18 231.43 0.4 0.69
Hex 91 9A D0 1E 1A 0 12 E7 28 45
Octal 221 232 320 36 32 0 22 347 50 105
Binary 10010001 10011010 11010000 11110 11010 0 10010 11100111 101000 1000101

Color Harmonies of #919AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919AD0

Black with #919AD0

Text Example


Text Example

White with #919AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919AD0; }

 p { color: rgb(145,154,208); }

 H1.HeaderClassName
 {
   color: #919AD0;
 }
 .AnyTagClassName
 {
   color: #919AD0;
 }
</style>

background-color css

<style>
 a { background-color: #919AD0; }

 a { background-color: rgb(145,154,208); }

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

border-color css

<style>
 span { border-color: #919AD0; }

 span { border-color: rgb(145,154,208); }

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