Html Css Color HEX #848CBC Wild Blue Yonder

📋 copy color: '#848CBC'

red 132 ◦ green 140 ◦ blue 188

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

Shades of Wild Blue Yonder #848CBC

Tints of Wild Blue Yonder #848CBC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.43%

 BLUE value IS 188 (73.83% from 255) = 40.87%

R = 28.7%
G = 30.43%
B = 40.87%

CMYK

 C value IS 0.30

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#848CBC (or 0x848CBC) is known color: Wild Blue Yonder. HEX triplet: 84, 8C and BC. RGB value is (132,140,188). Sum of RGB (Red+Green+Blue) = 132+140+188=460 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.70% from 460); Green value is 140 (55.08% from 255 or 30.43% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 188 - color contains mainly: blue. Hex color #848CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848CBC is #7B7343. Grayscale: #8E8E8E. Windows color (decimal): -8090436 or 12356740. OLE color: 12356740.

HSL color Cylindrical-coordinate representation of color #848CBC: hue angle of 231.43º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #848CBC is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 132 140 188 -
CMYK 0.30 0.26 0 0.26
HSL 231.43º 0.29% 0.63% -
HSV(B) 231.43º 0.3% 0.74% -
XYZ 27.97 27.29 51.37 -
YUV 143.08 153.35 120.1 -
System Red Green Blue C M Y K H S L
Decimal 132 140 188 0.30 0.26 0 0.26 231.43 0.29 0.63
Hex 84 8C BC 1E 1A 0 1A E7 1D 3F
Octal 204 214 274 36 32 0 32 347 35 77
Binary 10000100 10001100 10111100 11110 11010 0 11010 11100111 11101 111111

Color Harmonies of #848CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848CBC

Black with #848CBC

Text Example


Text Example

White with #848CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,140,188); }

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

background-color css

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

 a { background-color: rgb(132,140,188); }

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

border-color css

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

 span { border-color: rgb(132,140,188); }

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