Html Css Color HEX #949FDE Portage

📋 copy color: '#949FDE'

red 148 ◦ green 159 ◦ blue 222

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

Shades of Portage #949FDE

Tints of Portage #949FDE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.06%

 BLUE value IS 222 (87.11% from 255) = 41.97%

R = 27.98%
G = 30.06%
B = 41.97%

CMYK

 C value IS 0.33

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#949FDE (or 0x949FDE) is known color: Portage. HEX triplet: 94, 9F and DE. RGB value is (148,159,222). Sum of RGB (Red+Green+Blue) = 148+159+222=529 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.98% from 529); Green value is 159 (62.5% from 255 or 30.06% from 529); Blue value is 222 (87.11% from 255 or 41.97% from 529); Max value from RGB is 222 - color contains mainly: blue. Hex color #949FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949FDE is #6B6021. Grayscale: #A2A2A2. Windows color (decimal): -7036962 or 14589844. OLE color: 14589844.

HSL color Cylindrical-coordinate representation of color #949FDE: hue angle of 231.08º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #949FDE is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 159 222 -
CMYK 0.33 0.28 0 0.13
HSL 231.08º 0.53% 0.73% -
HSV(B) 231.08º 0.33% 0.87% -
XYZ 37.8 36.37 74.13 -
YUV 162.89 161.36 117.38 -
System Red Green Blue C M Y K H S L
Decimal 148 159 222 0.33 0.28 0 0.13 231.08 0.53 0.73
Hex 94 9F DE 21 1C 0 D E7 35 49
Octal 224 237 336 41 34 0 15 347 65 111
Binary 10010100 10011111 11011110 100001 11100 0 1101 11100111 110101 1001001

Color Harmonies of #949FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949FDE

Black with #949FDE

Text Example


Text Example

White with #949FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,159,222); }

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

background-color css

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

 a { background-color: rgb(148,159,222); }

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

border-color css

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

 span { border-color: rgb(148,159,222); }

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