Html Css Color HEX #9D94F9 Portage

📋 copy color: '#9D94F9'

red 157 ◦ green 148 ◦ blue 249

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

Shades of Portage #9D94F9

Tints of Portage #9D94F9

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.71%

 BLUE value IS 249 (97.66% from 255) = 44.95%

R = 28.34%
G = 26.71%
B = 44.95%

CMYK

 C value IS 0.37

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9D94F9 (or 0x9D94F9) is known color: Portage. HEX triplet: 9D, 94 and F9. RGB value is (157,148,249). Sum of RGB (Red+Green+Blue) = 157+148+249=554 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.34% from 554); Green value is 148 (58.20% from 255 or 26.71% from 554); Blue value is 249 (97.66% from 255 or 44.95% from 554); Max value from RGB is 249 - color contains mainly: blue. Hex color #9D94F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D94F9 is #626B06. Grayscale: #A1A1A1. Windows color (decimal): -6449927 or 16356509. OLE color: 16356509.

HSL color Cylindrical-coordinate representation of color #9D94F9: hue angle of 245.35º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9D94F9 is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 157 148 249 -
CMYK 0.37 0.41 0 0.02
HSL 245.35º 0.89% 0.78% -
HSV(B) 245.35º 0.41% 0.98% -
XYZ 41.59 35.19 94.22 -
YUV 162.21 176.98 124.29 -
System Red Green Blue C M Y K H S L
Decimal 157 148 249 0.37 0.41 0 0.02 245.35 0.89 0.78
Hex 9D 94 F9 25 29 0 2 F5 59 4E
Octal 235 224 371 45 51 0 2 365 131 116
Binary 10011101 10010100 11111001 100101 101001 0 10 11110101 1011001 1001110

Color Harmonies of #9D94F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D94F9

Black with #9D94F9

Text Example


Text Example

White with #9D94F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,148,249); }

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

background-color css

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

 a { background-color: rgb(157,148,249); }

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

border-color css

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

 span { border-color: rgb(157,148,249); }

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