Html Css Color HEX #848FCB Portage

📋 copy color: '#848FCB'

red 132 ◦ green 143 ◦ blue 203

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

Shades of Portage #848FCB

Tints of Portage #848FCB

RGB

 RED value IS 132 (51.95% from 255) = 27.62%

 GREEN value IS 143 (56.25% from 255) = 29.92%

 BLUE value IS 203 (79.69% from 255) = 42.47%

R = 27.62%
G = 29.92%
B = 42.47%

CMYK

 C value IS 0.35

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#848FCB (or 0x848FCB) is known color: Portage. HEX triplet: 84, 8F and CB. RGB value is (132,143,203). Sum of RGB (Red+Green+Blue) = 132+143+203=478 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.62% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #848FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848FCB is #7B7034. Grayscale: #929292. Windows color (decimal): -8089653 or 13340548. OLE color: 13340548.

HSL color Cylindrical-coordinate representation of color #848FCB: hue angle of 230.7º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #848FCB is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 132 143 203 -
CMYK 0.35 0.30 0 0.20
HSL 230.7º 0.41% 0.66% -
HSV(B) 230.7º 0.35% 0.8% -
XYZ 30.12 28.86 60.48 -
YUV 146.55 159.86 117.62 -
System Red Green Blue C M Y K H S L
Decimal 132 143 203 0.35 0.30 0 0.20 230.7 0.41 0.66
Hex 84 8F CB 23 1E 0 14 E7 29 42
Octal 204 217 313 43 36 0 24 347 51 102
Binary 10000100 10001111 11001011 100011 11110 0 10100 11100111 101001 1000010

Color Harmonies of #848FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848FCB

Black with #848FCB

Text Example


Text Example

White with #848FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848FCB; }

 p { color: rgb(132,143,203); }

 H1.HeaderClassName
 {
   color: #848FCB;
 }
 .AnyTagClassName
 {
   color: #848FCB;
 }
</style>

background-color css

<style>
 a { background-color: #848FCB; }

 a { background-color: rgb(132,143,203); }

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

border-color css

<style>
 span { border-color: #848FCB; }

 span { border-color: rgb(132,143,203); }

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