Html Css Color HEX #949DF7 Portage

📋 copy color: '#949DF7'

red 148 ◦ green 157 ◦ blue 247

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

Shades of Portage #949DF7

Tints of Portage #949DF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 44.75%

R = 26.81%
G = 28.44%
B = 44.75%

CMYK

 C value IS 0.40

 M value IS 0.36

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#949DF7 (or 0x949DF7) is known color: Portage. HEX triplet: 94, 9D and F7. RGB value is (148,157,247). Sum of RGB (Red+Green+Blue) = 148+157+247=552 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.81% from 552); Green value is 157 (61.72% from 255 or 28.44% from 552); Blue value is 247 (96.88% from 255 or 44.75% from 552); Max value from RGB is 247 - color contains mainly: blue. Hex color #949DF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949DF7 is #6B6208. Grayscale: #A4A4A4. Windows color (decimal): -7037449 or 16227732. OLE color: 16227732.

HSL color Cylindrical-coordinate representation of color #949DF7: hue angle of 234.55º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #949DF7 is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 148 157 247 -
CMYK 0.40 0.36 0 0.03
HSL 234.55º 0.86% 0.77% -
HSV(B) 234.55º 0.4% 0.97% -
XYZ 41.06 37.13 93 -
YUV 164.57 174.52 116.18 -
System Red Green Blue C M Y K H S L
Decimal 148 157 247 0.40 0.36 0 0.03 234.55 0.86 0.77
Hex 94 9D F7 28 24 0 3 EB 56 4D
Octal 224 235 367 50 44 0 3 353 126 115
Binary 10010100 10011101 11110111 101000 100100 0 11 11101011 1010110 1001101

Color Harmonies of #949DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949DF7

Black with #949DF7

Text Example


Text Example

White with #949DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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