Html Css Color HEX #9DA1EF Portage

📋 copy color: '#9DA1EF'

red 157 ◦ green 161 ◦ blue 239

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

Shades of Portage #9DA1EF

Tints of Portage #9DA1EF

RGB

 RED value IS 157 (61.72% from 255) = 28.19%

 GREEN value IS 161 (63.28% from 255) = 28.9%

 BLUE value IS 239 (93.75% from 255) = 42.91%

R = 28.19%
G = 28.9%
B = 42.91%

CMYK

 C value IS 0.34

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9DA1EF (or 0x9DA1EF) is known color: Portage. HEX triplet: 9D, A1 and EF. RGB value is (157,161,239). Sum of RGB (Red+Green+Blue) = 157+161+239=557 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.19% from 557); Green value is 161 (63.28% from 255 or 28.90% from 557); Blue value is 239 (93.75% from 255 or 42.91% from 557); Max value from RGB is 239 - color contains mainly: blue. Hex color #9DA1EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DA1EF is #625E10. Grayscale: #A8A8A8. Windows color (decimal): -6446609 or 15704477. OLE color: 15704477.

HSL color Cylindrical-coordinate representation of color #9DA1EF: hue angle of 237.07º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DA1EF is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 157 161 239 -
CMYK 0.34 0.33 0 0.06
HSL 237.07º 0.72% 0.78% -
HSV(B) 237.07º 0.34% 0.94% -
XYZ 42.23 38.89 86.94 -
YUV 168.7 167.67 119.66 -
System Red Green Blue C M Y K H S L
Decimal 157 161 239 0.34 0.33 0 0.06 237.07 0.72 0.78
Hex 9D A1 EF 22 21 0 6 ED 48 4E
Octal 235 241 357 42 41 0 6 355 110 116
Binary 10011101 10100001 11101111 100010 100001 0 110 11101101 1001000 1001110

Color Harmonies of #9DA1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA1EF

Black with #9DA1EF

Text Example


Text Example

White with #9DA1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DA1EF; }

 p { color: rgb(157,161,239); }

 H1.HeaderClassName
 {
   color: #9DA1EF;
 }
 .AnyTagClassName
 {
   color: #9DA1EF;
 }
</style>

background-color css

<style>
 a { background-color: #9DA1EF; }

 a { background-color: rgb(157,161,239); }

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

border-color css

<style>
 span { border-color: #9DA1EF; }

 span { border-color: rgb(157,161,239); }

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