Html Css Color HEX #949CDA Portage

📋 copy color: '#949CDA'

red 148 ◦ green 156 ◦ blue 218

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

Shades of Portage #949CDA

Tints of Portage #949CDA

RGB

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

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

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

R = 28.35%
G = 29.89%
B = 41.76%

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

#949CDA (or 0x949CDA) is known color: Portage. HEX triplet: 94, 9C and DA. RGB value is (148,156,218). Sum of RGB (Red+Green+Blue) = 148+156+218=522 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.35% from 522); Green value is 156 (61.33% from 255 or 29.89% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #949CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949CDA is #6B6325. Grayscale: #A0A0A0. Windows color (decimal): -7037734 or 14326932. OLE color: 14326932.

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

Color convert

RGB 148 156 218 -
CMYK 0.32 0.28 0 0.15
HSL 233.14º 0.49% 0.72% -
HSV(B) 233.14º 0.32% 0.85% -
XYZ 36.76 35.13 71.17 -
YUV 160.68 160.35 118.96 -
System Red Green Blue C M Y K H S L
Decimal 148 156 218 0.32 0.28 0 0.15 233.14 0.49 0.72
Hex 94 9C DA 20 1C 0 F E9 31 48
Octal 224 234 332 40 34 0 17 351 61 110
Binary 10010100 10011100 11011010 100000 11100 0 1111 11101001 110001 1001000

Color Harmonies of #949CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949CDA

Black with #949CDA

Text Example


Text Example

White with #949CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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