Html Css Color HEX #838CBC Wild Blue Yonder

📋 copy color: '#838CBC'

red 131 ◦ green 140 ◦ blue 188

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

Shades of Wild Blue Yonder #838CBC

Tints of Wild Blue Yonder #838CBC

RGB

 RED value IS 131 (51.56% from 255) = 28.54%

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

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

R = 28.54%
G = 30.5%
B = 40.96%

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

#838CBC (or 0x838CBC) is known color: Wild Blue Yonder. HEX triplet: 83, 8C and BC. RGB value is (131,140,188). Sum of RGB (Red+Green+Blue) = 131+140+188=459 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.54% from 459); Green value is 140 (55.08% from 255 or 30.50% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #838CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838CBC is #7C7343. Grayscale: #8E8E8E. Windows color (decimal): -8155972 or 12356739. OLE color: 12356739.

HSL color Cylindrical-coordinate representation of color #838CBC: hue angle of 230.53º degrees, saturation: 0.3, 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 #838CBC is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 140 188 -
CMYK 0.30 0.26 0 0.26
HSL 230.53º 0.3% 0.63% -
HSV(B) 230.53º 0.3% 0.74% -
XYZ 27.82 27.21 51.36 -
YUV 142.78 153.52 119.6 -
System Red Green Blue C M Y K H S L
Decimal 131 140 188 0.30 0.26 0 0.26 230.53 0.3 0.63
Hex 83 8C BC 1E 1A 0 1A E7 1E 3F
Octal 203 214 274 36 32 0 32 347 36 77
Binary 10000011 10001100 10111100 11110 11010 0 11010 11100111 11110 111111

Color Harmonies of #838CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838CBC

Black with #838CBC

Text Example


Text Example

White with #838CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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