Html Css Color HEX #949DF9 Portage

📋 copy color: '#949DF9'

red 148 ◦ green 157 ◦ blue 249

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

Shades of Portage #949DF9

Tints of Portage #949DF9

RGB

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

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

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

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

CMYK

 C value IS 0.41

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#949DF9 (or 0x949DF9) is known color: Portage. HEX triplet: 94, 9D and F9. RGB value is (148,157,249). Sum of RGB (Red+Green+Blue) = 148+157+249=554 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.71% from 554); Green value is 157 (61.72% from 255 or 28.34% 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 #949DF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949DF9 is #6B6206. Grayscale: #A4A4A4. Windows color (decimal): -7037447 or 16358804. OLE color: 16358804.

HSL color Cylindrical-coordinate representation of color #949DF9: hue angle of 234.65º 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 #949DF9 is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 148 157 249 -
CMYK 0.41 0.37 0 0.02
HSL 234.65º 0.89% 0.78% -
HSV(B) 234.65º 0.41% 0.98% -
XYZ 41.37 37.25 94.63 -
YUV 164.8 175.52 116.02 -
System Red Green Blue C M Y K H S L
Decimal 148 157 249 0.41 0.37 0 0.02 234.65 0.89 0.78
Hex 94 9D F9 29 25 0 2 EB 59 4E
Octal 224 235 371 51 45 0 2 353 131 116
Binary 10010100 10011101 11111001 101001 100101 0 10 11101011 1011001 1001110

Color Harmonies of #949DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949DF9

Black with #949DF9

Text Example


Text Example

White with #949DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949DF9; }

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

 H1.HeaderClassName
 {
   color: #949DF9;
 }
 .AnyTagClassName
 {
   color: #949DF9;
 }
</style>

background-color css

<style>
 a { background-color: #949DF9; }

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

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

border-color css

<style>
 span { border-color: #949DF9; }

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

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