Html Css Color HEX #7B85CF Wild Blue Yonder

📋 copy color: '#7B85CF'

red 123 ◦ green 133 ◦ blue 207

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

Shades of Wild Blue Yonder #7B85CF

Tints of Wild Blue Yonder #7B85CF

RGB

 RED value IS 123 (48.44% from 255) = 26.57%

 GREEN value IS 133 (52.34% from 255) = 28.73%

 BLUE value IS 207 (81.25% from 255) = 44.71%

R = 26.57%
G = 28.73%
B = 44.71%

CMYK

 C value IS 0.41

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7B85CF (or 0x7B85CF) is known color: Wild Blue Yonder. HEX triplet: 7B, 85 and CF. RGB value is (123,133,207). Sum of RGB (Red+Green+Blue) = 123+133+207=463 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.57% from 463); Green value is 133 (52.34% from 255 or 28.73% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #7B85CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B85CF is #847A30. Grayscale: #8A8A8A. Windows color (decimal): -8682033 or 13600123. OLE color: 13600123.

HSL color Cylindrical-coordinate representation of color #7B85CF: hue angle of 232.86º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7B85CF is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 123 133 207 -
CMYK 0.41 0.36 0 0.19
HSL 232.86º 0.47% 0.65% -
HSV(B) 232.86º 0.41% 0.81% -
XYZ 27.82 25.49 62.49 -
YUV 138.45 166.69 116.98 -
System Red Green Blue C M Y K H S L
Decimal 123 133 207 0.41 0.36 0 0.19 232.86 0.47 0.65
Hex 7B 85 CF 29 24 0 13 E9 2F 41
Octal 173 205 317 51 44 0 23 351 57 101
Binary 1111011 10000101 11001111 101001 100100 0 10011 11101001 101111 1000001

Color Harmonies of #7B85CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B85CF

Black with #7B85CF

Text Example


Text Example

White with #7B85CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B85CF; }

 p { color: rgb(123,133,207); }

 H1.HeaderClassName
 {
   color: #7B85CF;
 }
 .AnyTagClassName
 {
   color: #7B85CF;
 }
</style>

background-color css

<style>
 a { background-color: #7B85CF; }

 a { background-color: rgb(123,133,207); }

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

border-color css

<style>
 span { border-color: #7B85CF; }

 span { border-color: rgb(123,133,207); }

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