Html Css Color HEX #838BC7 Wild Blue Yonder

📋 copy color: '#838BC7'

red 131 ◦ green 139 ◦ blue 199

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

Shades of Wild Blue Yonder #838BC7

Tints of Wild Blue Yonder #838BC7

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.64%

 BLUE value IS 199 (78.13% from 255) = 42.43%

R = 27.93%
G = 29.64%
B = 42.43%

CMYK

 C value IS 0.34

 M value IS 0.30

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#838BC7 (or 0x838BC7) is known color: Wild Blue Yonder. HEX triplet: 83, 8B and C7. RGB value is (131,139,199). Sum of RGB (Red+Green+Blue) = 131+139+199=469 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.93% from 469); Green value is 139 (54.69% from 255 or 29.64% from 469); Blue value is 199 (78.12% from 255 or 42.43% from 469); Max value from RGB is 199 - color contains mainly: blue. Hex color #838BC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838BC7 is #7C7438. Grayscale: #8F8F8F. Windows color (decimal): -8156217 or 13077379. OLE color: 13077379.

HSL color Cylindrical-coordinate representation of color #838BC7: hue angle of 232.94º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #838BC7 is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 131 139 199 -
CMYK 0.34 0.30 0 0.22
HSL 232.94º 0.38% 0.65% -
HSV(B) 232.94º 0.34% 0.78% -
XYZ 28.9 27.41 57.8 -
YUV 143.45 159.35 119.12 -
System Red Green Blue C M Y K H S L
Decimal 131 139 199 0.34 0.30 0 0.22 232.94 0.38 0.65
Hex 83 8B C7 22 1E 0 16 E9 26 41
Octal 203 213 307 42 36 0 26 351 46 101
Binary 10000011 10001011 11000111 100010 11110 0 10110 11101001 100110 1000001

Color Harmonies of #838BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838BC7

Black with #838BC7

Text Example


Text Example

White with #838BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,139,199); }

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

background-color css

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

 a { background-color: rgb(131,139,199); }

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

border-color css

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

 span { border-color: rgb(131,139,199); }

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