Html Css Color HEX #949FDA Portage

📋 copy color: '#949FDA'

red 148 ◦ green 159 ◦ blue 218

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

Shades of Portage #949FDA

Tints of Portage #949FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.52%

R = 28.19%
G = 30.29%
B = 41.52%

CMYK

 C value IS 0.32

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#949FDA (or 0x949FDA) is known color: Portage. HEX triplet: 94, 9F and DA. RGB value is (148,159,218). Sum of RGB (Red+Green+Blue) = 148+159+218=525 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.19% from 525); Green value is 159 (62.5% from 255 or 30.29% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #949FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949FDA is #6B6025. Grayscale: #A2A2A2. Windows color (decimal): -7036966 or 14327700. OLE color: 14327700.

HSL color Cylindrical-coordinate representation of color #949FDA: hue angle of 230.57º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #949FDA is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 148 159 218 -
CMYK 0.32 0.27 0 0.15
HSL 230.57º 0.49% 0.72% -
HSV(B) 230.57º 0.32% 0.85% -
XYZ 37.27 36.15 71.34 -
YUV 162.44 159.36 117.7 -
System Red Green Blue C M Y K H S L
Decimal 148 159 218 0.32 0.27 0 0.15 230.57 0.49 0.72
Hex 94 9F DA 20 1B 0 F E7 31 48
Octal 224 237 332 40 33 0 17 347 61 110
Binary 10010100 10011111 11011010 100000 11011 0 1111 11100111 110001 1001000

Color Harmonies of #949FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949FDA

Black with #949FDA

Text Example


Text Example

White with #949FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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