Html Css Color HEX #949CE0 Portage

📋 copy color: '#949CE0'

red 148 ◦ green 156 ◦ blue 224

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

Shades of Portage #949CE0

Tints of Portage #949CE0

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.55%

 BLUE value IS 224 (87.89% from 255) = 42.42%

R = 28.03%
G = 29.55%
B = 42.42%

CMYK

 C value IS 0.34

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#949CE0 (or 0x949CE0) is known color: Portage. HEX triplet: 94, 9C and E0. RGB value is (148,156,224). Sum of RGB (Red+Green+Blue) = 148+156+224=528 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.03% from 528); Green value is 156 (61.33% from 255 or 29.55% from 528); Blue value is 224 (87.89% from 255 or 42.42% from 528); Max value from RGB is 224 - color contains mainly: blue. Hex color #949CE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949CE0 is #6B631F. Grayscale: #A1A1A1. Windows color (decimal): -7037728 or 14720148. OLE color: 14720148.

HSL color Cylindrical-coordinate representation of color #949CE0: hue angle of 233.68º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #949CE0 is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 148 156 224 -
CMYK 0.34 0.30 0 0.12
HSL 233.68º 0.55% 0.73% -
HSV(B) 233.68º 0.34% 0.88% -
XYZ 37.56 35.45 75.39 -
YUV 161.36 163.35 118.47 -
System Red Green Blue C M Y K H S L
Decimal 148 156 224 0.34 0.30 0 0.12 233.68 0.55 0.73
Hex 94 9C E0 22 1E 0 C EA 37 49
Octal 224 234 340 42 36 0 14 352 67 111
Binary 10010100 10011100 11100000 100010 11110 0 1100 11101010 110111 1001001

Color Harmonies of #949CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949CE0

Black with #949CE0

Text Example


Text Example

White with #949CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,156,224); }

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

background-color css

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

 a { background-color: rgb(148,156,224); }

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

border-color css

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

 span { border-color: rgb(148,156,224); }

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