Html Css Color HEX #949EDA Portage

📋 copy color: '#949EDA'

red 148 ◦ green 158 ◦ blue 218

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

Shades of Portage #949EDA

Tints of Portage #949EDA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.15%

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

R = 28.24%
G = 30.15%
B = 41.6%

CMYK

 C value IS 0.32

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#949EDA (or 0x949EDA) is known color: Portage. HEX triplet: 94, 9E and DA. RGB value is (148,158,218). Sum of RGB (Red+Green+Blue) = 148+158+218=524 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.24% from 524); Green value is 158 (62.11% from 255 or 30.15% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 218 - color contains mainly: blue. Hex color #949EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949EDA is #6B6125. Grayscale: #A1A1A1. Windows color (decimal): -7037222 or 14327444. OLE color: 14327444.

HSL color Cylindrical-coordinate representation of color #949EDA: hue angle of 231.43º 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 #949EDA is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 148 158 218 -
CMYK 0.32 0.28 0 0.15
HSL 231.43º 0.49% 0.72% -
HSV(B) 231.43º 0.32% 0.85% -
XYZ 37.09 35.81 71.29 -
YUV 161.85 159.69 118.12 -
System Red Green Blue C M Y K H S L
Decimal 148 158 218 0.32 0.28 0 0.15 231.43 0.49 0.72
Hex 94 9E DA 20 1C 0 F E7 31 48
Octal 224 236 332 40 34 0 17 347 61 110
Binary 10010100 10011110 11011010 100000 11100 0 1111 11100111 110001 1001000

Color Harmonies of #949EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949EDA

Black with #949EDA

Text Example


Text Example

White with #949EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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