Html Css Color HEX #919ADE Portage

📋 copy color: '#919ADE'

red 145 ◦ green 154 ◦ blue 222

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

Shades of Portage #919ADE

Tints of Portage #919ADE

RGB

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

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

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

R = 27.83%
G = 29.56%
B = 42.61%

CMYK

 C value IS 0.35

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#919ADE (or 0x919ADE) is known color: Portage. HEX triplet: 91, 9A and DE. RGB value is (145,154,222). Sum of RGB (Red+Green+Blue) = 145+154+222=521 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.83% from 521); Green value is 154 (60.55% from 255 or 29.56% from 521); Blue value is 222 (87.11% from 255 or 42.61% from 521); Max value from RGB is 222 - color contains mainly: blue. Hex color #919ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919ADE is #6E6521. Grayscale: #9E9E9E. Windows color (decimal): -7234850 or 14588561. OLE color: 14588561.

HSL color Cylindrical-coordinate representation of color #919ADE: hue angle of 232.99º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #919ADE is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 145 154 222 -
CMYK 0.35 0.31 0 0.13
HSL 232.99º 0.54% 0.72% -
HSV(B) 232.99º 0.35% 0.87% -
XYZ 36.42 34.4 73.83 -
YUV 159.06 163.52 117.97 -
System Red Green Blue C M Y K H S L
Decimal 145 154 222 0.35 0.31 0 0.13 232.99 0.54 0.72
Hex 91 9A DE 23 1F 0 D E9 36 48
Octal 221 232 336 43 37 0 15 351 66 110
Binary 10010001 10011010 11011110 100011 11111 0 1101 11101001 110110 1001000

Color Harmonies of #919ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919ADE

Black with #919ADE

Text Example


Text Example

White with #919ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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