Html Css Color HEX #919AFD Portage

📋 copy color: '#919AFD'

red 145 ◦ green 154 ◦ blue 253

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

Shades of Portage #919AFD

Tints of Portage #919AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.83%

R = 26.27%
G = 27.9%
B = 45.83%

CMYK

 C value IS 0.43

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#919AFD (or 0x919AFD) is known color: Portage. HEX triplet: 91, 9A and FD. RGB value is (145,154,253). Sum of RGB (Red+Green+Blue) = 145+154+253=552 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.27% from 552); Green value is 154 (60.55% from 255 or 27.90% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 253 - color contains mainly: blue. Hex color #919AFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #919AFD is #6E6502. Grayscale: #A2A2A2. Windows color (decimal): -7234819 or 16620177. OLE color: 16620177.

HSL color Cylindrical-coordinate representation of color #919AFD: hue angle of 235º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #919AFD is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 145 154 253 -
CMYK 0.43 0.39 0 0.01
HSL 235º 0.96% 0.78% -
HSV(B) 235º 0.43% 0.99% -
XYZ 40.96 36.22 97.76 -
YUV 162.6 179.02 115.45 -
System Red Green Blue C M Y K H S L
Decimal 145 154 253 0.43 0.39 0 0.01 235 0.96 0.78
Hex 91 9A FD 2B 27 0 1 EB 60 4E
Octal 221 232 375 53 47 0 1 353 140 116
Binary 10010001 10011010 11111101 101011 100111 0 1 11101011 1100000 1001110

Color Harmonies of #919AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919AFD

Black with #919AFD

Text Example


Text Example

White with #919AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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